summaryrefslogtreecommitdiffstats
path: root/runtime/java_vm_ext.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Remove bad FindSymbol callAndreas Gampe2015-06-301-3/+2
* Add atrace calls to runtime start and heap createRichard Uhler2015-06-041-0/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+5
* Fix updating of JNI references for String.<init>.Jeff Hao2015-05-271-0/+10
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-14/+13
* RTLD_LAZY is not supported, use RTLD_NOW instead.Dmitriy Ivanov2015-03-231-4/+4
* Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-1/+1
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-2/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+2
* Revert "Add JIT"Nicolas Geoffray2015-02-241-2/+1
* Add JITMathieu Chartier2015-02-231-1/+2
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-7/+7
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+7
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-4/+2
* Remove portable.Elliott Hughes2014-12-121-0/+1
* ART: Fix typoAndreas Gampe2014-12-051-1/+1
* Trim reference tables when we trim the heapMathieu Chartier2014-11-261-0/+5
* Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-111-3/+3
* Tidy up logging.Ian Rogers2014-10-221-0/+1
* Add way to ensure we are at the front of the sigaction chainMathieu Chartier2014-10-161-0/+5
* Delete pin tableMathieu Chartier2014-09-111-27/+0
* Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-0/+5
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-1/+2
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+1
* [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-4/+4
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-0/+829