summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-231-0/+8
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-45/+28
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+9
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Move ArtField to nativeMathieu Chartier2015-04-101-0/+11
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-8/+8
* Merge "Use specific exception class to abort transaction"Sebastien Hertz2015-04-031-2/+2
|\
| * Use specific exception class to abort transactionSebastien Hertz2015-04-031-2/+2
* | ART: Move trace options to a structAndreas Gampe2015-04-021-3/+3
|/
* Visit image roots for hprofMathieu Chartier2015-03-311-0/+4
* ART: Some runtime cleanupAndreas Gampe2015-03-271-6/+7
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-16/+0
* Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-0/+7
* Fix JIT options with late initMathieu Chartier2015-03-181-0/+5
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-8/+0
* ART: Add entries_ lock for race conditionbowen_lai2015-03-131-4/+4
* Trim arenas for JITMathieu Chartier2015-03-091-0/+10
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-4/+27
* Merge "Revert "Add JIT""Nicolas Geoffray2015-02-241-27/+4
|\
| * Revert "Add JIT"Nicolas Geoffray2015-02-241-27/+4
* | Merge "Add JIT"Mathieu Chartier2015-02-241-4/+27
|\ \ | |/
| * Add JITMathieu Chartier2015-02-231-4/+27
* | ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-231-0/+8
|/
* Merge "ART: Introduce NO_RETURN, Mark DoLongJump noreturn"Andreas Gampe2015-02-231-1/+2
|\
| * ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+2
* | Implement a simple count based boot marker.Narayan Kamath2015-02-211-0/+9
|/
* Follow up 129144Sebastien Hertz2015-02-171-6/+0
* Read JDWP options from runtimeSebastien Hertz2015-02-051-0/+6
* Fix transaction abortingSebastien Hertz2015-02-051-0/+7
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+17
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-0/+3
* ART: Use interpret-only for vmSafeModeAndreas Gampe2014-12-191-0/+4
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-8/+3
* Tidy gAborting.Ian Rogers2014-12-041-3/+8
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+4
* Optimize method linkingMathieu Chartier2014-10-271-0/+7
* [native bridge] Make sure we always unload the native bridgeCalin Juravle2014-10-231-4/+6
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-6/+0
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-4/+1
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+5
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-1/+2
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-241-13/+1
|\
| * ART: Update for split native bridge initializationjgu212014-09-231-13/+1
* | Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-1/+1
|/
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+1
* ART: Fix things for valgrindAndreas Gampe2014-09-101-12/+1
* Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-1/+5
|\
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-1/+5