summaryrefslogtreecommitdiffstats
path: root/runtime/class_table.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Simplify atomic.hOrion Hodson2018-03-231-3/+3
* Fix dangling SingleImplementations left after class unloadingAlexey Grebenkin2018-03-131-2/+2
* Retrieve String/Class references from .data.bimg.rel.ro.Vladimir Marko2018-03-081-1/+0
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-3/+3
* Refactor linker files from compiler/ to dex2oat/.Vladimir Marko2017-09-201-2/+10
* Use mmapped boot image class table for PIC app HLoadClass.Vladimir Marko2017-09-111-0/+1
* Use class unloading in dex2oat for verify and extractMathieu Chartier2017-07-281-0/+6
* ART: More header cleanup - runtime.hAndreas Gampe2017-05-301-3/+2
* Refactor image writerMathieu Chartier2017-03-291-0/+1
* Revert^6 "Hash-based dex cache type array."Vladimir Marko2017-03-141-2/+12
* Fix dex cache resolved types and class table mismatch.Vladimir Marko2017-02-091-0/+6
* Fix inserting classes to initiating loader's class table.Vladimir Marko2017-01-201-0/+1
* Address some review commentsMathieu Chartier2016-12-131-0/+7
* Revert^8 "Make sure that const-class linkage is preserved."Vladimir Marko2016-12-091-2/+11
* Reduce calls to DescriptorEqualsMathieu Chartier2016-12-061-13/+71
* Revert "Make sure that const-class linkage is preserved, try again."Vladimir Marko2016-12-011-11/+2
* Make sure that const-class linkage is preserved, try again.Vladimir Marko2016-12-011-2/+11
* Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is...Vladimir Marko2016-11-291-11/+2
* Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserv...Vladimir Marko2016-11-291-2/+11
* Revert "Revert "Revert "Make sure that const-class linkage is preserved."""Vladimir Marko2016-11-241-11/+2
* Revert "Revert "Make sure that const-class linkage is preserved.""Vladimir Marko2016-11-231-2/+11
* Change iftable to never be nullMathieu Chartier2016-11-161-1/+1
* Revert "Disable kBssEntry LoadString sharpening."Vladimir Marko2016-10-251-0/+10
* Move most of class linker to ObjPtrMathieu Chartier2016-10-191-5/+5
* Move art/native to ObjPtrMathieu Chartier2016-10-171-1/+2
* Revert "Revert "Store resolved Strings for AOT code in .bss.""Vladimir Marko2016-10-041-0/+4
* Smarter image layoutMathieu Chartier2016-09-231-0/+4
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-16/+16
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-061-5/+11
* Revert "Hold dex caches live in class table"Brian Carlstrom2016-06-041-6/+5
* Hold dex caches live in class tableMathieu Chartier2016-06-031-5/+6
* Prevent ArtMethod clearing raceMathieu Chartier2016-05-111-0/+4
* Shard classloader classes lockMathieu Chartier2016-04-051-20/+29
* Only visit app image classes in class loaderMathieu Chartier2016-03-041-28/+33
* Fix up dex cache strings stored in classesMathieu Chartier2016-02-011-14/+3
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-0/+12
* Revert "Load app images"Nicolas Geoffray2016-01-231-12/+0
* Load app imagesMathieu Chartier2016-01-221-0/+12
* Re-enable class table for image writerMathieu Chartier2016-01-071-2/+1
* Combine class sets when writing a class tableMathieu Chartier2015-12-041-0/+1
* Store class tables in the imageMathieu Chartier2015-12-031-2/+11
* Keep dex files live in class tableMathieu Chartier2015-10-191-10/+24
* Make class loaders weak rootsMathieu Chartier2015-09-041-3/+3
* Visit class roots from ClassLoader::VisitReferencesMathieu Chartier2015-08-121-2/+9
* Address some comments and clean upMathieu Chartier2015-08-041-1/+2
* Clean up class visitorsMathieu Chartier2015-07-291-2/+7
* Split the class table for each class loaderMathieu Chartier2015-07-281-0/+117