summaryrefslogtreecommitdiffstats
path: root/runtime/well_known_classes.cc
Commit message (Expand)AuthorAgeFilesLines
* Let classloader provide correct LD_LIBRARY_PATHDmitriy Ivanov2015-06-091-1/+1
* Use runFinalizationWithTimeout for native allocationsMathieu Chartier2015-06-051-0/+5
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-9/+12
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+131
* Fix reflection handling and test flakinessMathieu Chartier2015-04-231-0/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-4/+4
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-1/+1
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-2/+0
* Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-1/+1
* ART: Move DexFile vector to Java arrayAndreas Gampe2015-02-241-1/+1
* Move GC daemon locking logic into heapMathieu Chartier2014-12-151-2/+0
* Stop daemon threads in runtime shutdownMathieu Chartier2014-12-101-0/+2
* Merge "More use of WellKnownClasses for debugger"Sebastien Hertz2014-10-241-0/+10
|\
| * More use of WellKnownClasses for debuggerSebastien Hertz2014-10-231-0/+10
* | Tidy up logging.Ian Rogers2014-10-221-0/+2
|/
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-8/+9
* Add DumpClass context on CacheField and CacheMethod failuresBrian Carlstrom2014-09-111-6/+21
* Fix crash when connected to DDMSSebastien Hertz2014-09-111-1/+1
* Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further ...Brian Carlstrom2014-09-111-1/+15
* Add fast path for FindClass using the type dex file.Mathieu Chartier2014-09-081-0/+16
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-0/+4
* Avoid some unnecessary use of stl types.Ian Rogers2014-05-151-0/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-061-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-9/+15
* resolved conflicts for merge of 7940e44f to dalvik-devBrian Carlstrom2013-07-121-1/+4
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+206