summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/class_loader.h
Commit message (Expand)AuthorAgeFilesLines
* ObjPtr<>-ify StackTraceElement and ClassLoader.Vladimir Marko2019-04-011-3/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* ART: Clean up verify and read barrier flags.Vladimir Marko2018-09-171-1/+2
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* ART: More header cleanupsAndreas Gampe2017-06-051-0/+3
* ART: More header cleanup - runtime.hAndreas Gampe2017-05-301-0/+1
* Move most mirror:: args to ObjPtrMathieu Chartier2016-10-171-1/+1
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-6/+6
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-1/+4
* Revert "Load app images"Nicolas Geoffray2016-01-231-4/+1
* Load app imagesMathieu Chartier2016-01-221-1/+4
* Revert "lambda: Add support for invoke-interface for boxed innate lambdas"Nicolas Geoffray2015-11-241-17/+0
* lambda: Add support for invoke-interface for boxed innate lambdasIgor Murashkin2015-11-201-0/+17
* Revert "Revert "Add one LinearAlloc per ClassLoader""Mathieu Chartier2015-09-221-0/+14
* Revert "Add one LinearAlloc per ClassLoader"Nicolas Geoffray2015-09-221-14/+0
* Add one LinearAlloc per ClassLoaderMathieu Chartier2015-09-211-0/+14
* Always visit object class from VisitReferencesMathieu Chartier2015-08-181-2/+4
* Visit class roots from ClassLoader::VisitReferencesMathieu Chartier2015-08-121-0/+8
* Add class table field to class loaderMathieu Chartier2015-08-071-0/+12
* Move to newer clang annotationsMathieu Chartier2015-07-221-1/+1
* Header file clean up.Ian Rogers2014-10-081-1/+1
* Add fast path for FindClass using the type dex file.Mathieu Chartier2014-09-081-0/+3
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+6
* Force inlining on trivial accessors.Ian Rogers2014-04-291-3/+0
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+3
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+46