summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-231-0/+2
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-0/+2
* New experimental GC stress modeMathieu Chartier2015-06-221-1/+5
* Reset GC performance stats at zygote fork.Hiroshi Yamauchi2015-06-101-0/+4
* Add atrace calls to runtime start and heap createRichard Uhler2015-06-041-0/+19
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-67/+59
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-4/+0
* Fix missing transaction abort error messageSebastien Hertz2015-04-291-2/+3
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-21/+21
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-0/+3
* ART: Streaming trace modeAndreas Gampe2015-04-151-12/+14
* ART: Clean up includes.Vladimir Marko2015-04-131-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-4/+13
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-48/+48
* Merge "Fix the read barrier builds."Hiroshi Yamauchi2015-04-031-0/+4
|\
| * Fix the read barrier builds.Hiroshi Yamauchi2015-04-031-0/+4
* | Merge "Use specific exception class to abort transaction"Sebastien Hertz2015-04-031-5/+4
|\ \
| * | Use specific exception class to abort transactionSebastien Hertz2015-04-031-5/+4
* | | ART: Move trace options to a structAndreas Gampe2015-04-021-10/+19
|/ /
* | Visit image roots for hprofMathieu Chartier2015-03-311-1/+18
|/
* Merge "ART: Use enums in Trace"Andreas Gampe2015-03-301-2/+2
|\
| * ART: Use enums in TraceAndreas Gampe2015-03-291-2/+2
* | Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-0/+2
|/
* ART: Some runtime cleanupAndreas Gampe2015-03-271-0/+10
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-22/+4
* Merge "Support relative encoded dex locations in oat files."Richard Uhler2015-03-251-1/+1
|\
| * Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-1/+1
* | Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-0/+2
* | Fix JIT options with late initMathieu Chartier2015-03-181-15/+13
* | Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-26/+0
* | ART: Add entries_ lock for race conditionbowen_lai2015-03-131-4/+3
|/
* Add way to select arena type at runtimeMathieu Chartier2015-03-121-1/+5
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-2/+2
* Trim arenas for JITMathieu Chartier2015-03-091-0/+2
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-091-7/+4
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-7/+4
* | Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-051-8/+8
* | ART: Add debuggable compiler flagAndreas Gampe2015-03-041-0/+4
|/
* Merge "Follow-up 128393"Sebastien Hertz2015-03-031-3/+5
|\
| * Follow-up 128393Sebastien Hertz2015-03-031-3/+5
* | Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handlingMathieu Chartier2015-03-021-1/+1
|/
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-23/+78
* Merge "Revert "Add JIT""Nicolas Geoffray2015-02-241-78/+23
|\
| * Revert "Add JIT"Nicolas Geoffray2015-02-241-78/+23
* | Merge "Add JIT"Mathieu Chartier2015-02-241-23/+78
|\ \ | |/
| * Add JITMathieu Chartier2015-02-231-23/+78
* | Merge "Only detach shutdown thread if we attached it"Mathieu Chartier2015-02-241-3/+6
|\ \
| * | Only detach shutdown thread if we attached itMathieu Chartier2015-02-231-3/+6
| |/
* | ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-231-1/+10
|/