summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* Add visiting for class loaders in StickyMarkSweepneo.chae2017-01-051-3/+1
* ART: Reprint long messages on abortAndreas Gampe2016-10-041-1/+1
* Save environment snapshot and use at fork/execDavid Sehr2016-08-311-0/+24
* Revert "Save environment snapshot and use at fork/exec"David Sehr2016-08-231-14/+0
* Save environment snapshot and use at fork/execDavid Sehr2016-08-181-0/+14
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-0/+1
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-1/+0
* Write conflict tables in imageMathieu Chartier2016-04-271-0/+1
* Split profile recording from jit compilationCalin Juravle2016-04-271-4/+6
* Allow the framework to register sensistive threads to the runtimeCalin Juravle2016-04-151-0/+2
* ART: Flag to fail thread creationAndreas Gampe2016-04-121-0/+11
* Add an ImtConflictTable to better resolve IMT conflicts.Nicolas Geoffray2016-03-221-1/+2
* Move process state into runtimeMathieu Chartier2016-03-211-0/+11
* Merge "Do not JIT boot image during native-debugging (keep AOT code instead)."David Srbecky2016-03-171-0/+11
|\
| * Do not JIT boot image during native-debugging (keep AOT code instead).David Srbecky2016-03-171-0/+11
* | ART: Remember whether the cache was prunedAndreas Gampe2016-03-151-0/+11
|/
* Record foreign dex files loaded by the app in the profileCalin Juravle2016-03-021-1/+4
* Give the JIT its own arena pool to avoid lock contentions.Nicolas Geoffray2016-03-011-0/+4
* Dex-wide ArenaPool scoping for AOT compilationJean-Philippe Halimi2016-02-191-0/+3
* Remove string init map.Nicolas Geoffray2016-02-181-8/+0
* Add an option to disable native stack dumping on SIGQUIT.Nicolas Geoffray2016-02-151-0/+7
* Don't use native bridge for non zygote-spawn processesCalin Juravle2016-02-041-0/+3
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-3/+3
* Revert "Load app images"Nicolas Geoffray2016-01-231-3/+3
* Load app imagesMathieu Chartier2016-01-221-3/+3
* Merge "Save profile information in a separate thread." am: 58b2329de7Calin Juravle2015-12-241-2/+0
|\
| * Save profile information in a separate thread.Calin Juravle2015-12-241-2/+0
* | Merge "Pass down to the runtime the application code paths." am: 115a02b737Calin Juravle2015-12-211-1/+2
|\|
| * Pass down to the runtime the application code paths.Calin Juravle2015-12-171-1/+2
* | Special case system_server to not create the JIT code cache.Nicolas Geoffray2015-12-111-1/+2
|/
* Allow initializing runtime with parsed options.Vladimir Marko2015-12-071-2/+12
* Save jit profiling info to file.Calin Juravle2015-11-241-2/+4
* Fix bogus DCHECK and rename DidForkFromZygote.Nicolas Geoffray2015-11-181-1/+1
* Remove DEBUG_JIT from Zygote flags.Nicolas Geoffray2015-11-181-0/+7
* Fix elf writer to properly handle empty text sectionsMathieu Chartier2015-11-051-0/+5
* Change hash table load factorsMathieu Chartier2015-10-161-0/+6
* Merge "Add initial default method support to Art"Alex Light2015-10-131-3/+4
|\
| * Add initial default method support to ArtAlex Light2015-10-131-3/+4
* | Revert "Revert "Unload oat files""Mathieu Chartier2015-10-131-2/+2
|/
* Add OatFileManagerMathieu Chartier2015-10-091-0/+9
* Revert "Revert "Add one LinearAlloc per ClassLoader""Mathieu Chartier2015-09-221-0/+3
* Revert "Add one LinearAlloc per ClassLoader"Nicolas Geoffray2015-09-221-3/+0
* Add one LinearAlloc per ClassLoaderMathieu Chartier2015-09-211-0/+3
* Some fixes for the CC collector.Hiroshi Yamauchi2015-09-031-1/+0
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-0/+3
* Revert "Change dex caches to be weak roots"Brian Carlstrom2015-08-281-3/+0
* Change dex caches to be weak rootsMathieu Chartier2015-08-251-0/+3
* Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-31/+15
* cleanup: Replace pointers with out-parameters and fix-up formattingIgor Murashkin2015-07-311-15/+31
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-241-0/+8