summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "ART: Give JIT thread pool workers a peer""Andreas Gampe2017-02-091-18/+21
* Add Thread entry to signal if the thread can call into javaCalin Juravle2017-02-071-0/+2
* Ensure OpenDexFilesFromImage closes file to prevent file descriptor leakBrian Carlstrom2016-10-141-1/+1
* ART: Reprint long messages on abortAndreas Gampe2016-10-041-1/+7
* Make image test multi imageMathieu Chartier2016-09-211-3/+3
* Save environment snapshot and use at fork/execDavid Sehr2016-08-311-0/+41
* Revert "Save environment snapshot and use at fork/exec"David Sehr2016-08-231-2/+0
* Save environment snapshot and use at fork/execDavid Sehr2016-08-181-0/+2
* Revert "Skip DumpForSigQuit if debugger is active"Mathieu Chartier2016-06-161-5/+0
* Ensure that java.lang.reflect.Field is initializedPrzemyslaw Szczepaniak2016-05-131-3/+8
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-10/+20
* Merge "Fix -Xint and -Xusejit interaction" into nyc-devCalin Juravle2016-04-281-3/+2
|\
| * Fix -Xint and -Xusejit interactionCalin Juravle2016-04-281-3/+2
* | Merge "Revert "Write conflict tables in image"" into nyc-devMathieu Chartier2016-04-271-21/+10
|\ \
| * | Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-21/+10
* | | Merge "Support to pass <uses-library> option through to dex2oat." into nyc-devJeff Hao2016-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | Support to pass <uses-library> option through to dex2oat.Jeff Hao2016-04-271-1/+1
| |/
* / Write conflict tables in imageMathieu Chartier2016-04-271-10/+21
|/
* Split profile recording from jit compilationCalin Juravle2016-04-271-6/+27
* Allow the framework to register sensistive threads to the runtimeCalin Juravle2016-04-151-0/+4
* Remove the JIT from the instrumentation framework.Nicolas Geoffray2016-04-151-10/+1
* Add option to tune sample collection based on thread sensitivityCalin Juravle2016-04-131-3/+4
* ART: Flag to fail thread creationAndreas Gampe2016-04-121-1/+4
* Remove AnnotationAccess and its remaining uses.Jeff Hao2016-04-041-0/+2
* Optimizing: Improve const-string code generation.Vladimir Marko2016-03-291-13/+8
* Only call jit_load after the zygote forkMathieu Chartier2016-03-241-1/+1
* Load jit compiler pre zygote forkMathieu Chartier2016-03-241-4/+10
* Revert "Revert "Use compiler filter to determine oat file status.""Andreas Gampe2016-03-231-0/+11
* Fix dex2oat/oatdump cross-compilation.Nicolas Geoffray2016-03-231-3/+7
* Add an ImtConflictTable to better resolve IMT conflicts.Nicolas Geoffray2016-03-221-4/+9
* Merge "Revert "Revert "Enable compilation of secondary dex files"""Nicolas Geoffray2016-03-221-1/+1
|\
| * Revert "Revert "Enable compilation of secondary dex files""Nicolas Geoffray2016-03-221-1/+1
* | Move process state into runtimeMathieu Chartier2016-03-211-1/+9
* | Merge "Do not JIT boot image during native-debugging (keep AOT code instead)."David Srbecky2016-03-171-0/+1
|\ \
| * | Do not JIT boot image during native-debugging (keep AOT code instead).David Srbecky2016-03-171-0/+1
* | | Dump oat file information as part of DumpForSigQuit.Nicolas Geoffray2016-03-171-0/+1
* | | Merge "ART: Remember whether the cache was pruned"Andreas Gampe2016-03-171-1/+2
|\ \ \ | |/ / |/| |
| * | ART: Remember whether the cache was prunedAndreas Gampe2016-03-151-1/+2
* | | runtime: delete native/java_lang_Runtime.h.Narayan Kamath2016-03-161-1/+0
* | | runtime: delete native/java_lang_Runtime.ccNarayan Kamath2016-03-151-1/+0
|/ /
* | Add oatdump support for app imagesMathieu Chartier2016-03-141-1/+5
* | Merge "Revert "Enable compilation of secondary dex files""Nicolas Geoffray2016-03-141-1/+1
|\|
| * Revert "Enable compilation of secondary dex files"Nicolas Geoffray2016-03-141-1/+1
* | Merge "Enable compilation of secondary dex files"Calin Juravle2016-03-141-1/+1
|\|
| * Enable compilation of secondary dex filesCalin Juravle2016-03-091-1/+1
* | Merge "Record foreign dex files loaded by the app in the profile"Calin Juravle2016-03-091-2/+16
|\|
| * Record foreign dex files loaded by the app in the profileCalin Juravle2016-03-021-2/+16
* | Add more systracing everywhereMathieu Chartier2016-03-041-39/+26
* | Merge "Simplify LoadNativeLibrary()"Dimitry Ivanov2016-03-031-6/+2
|\ \ | |/ |/|
| * Simplify LoadNativeLibrary()Dimitry Ivanov2016-02-261-6/+2