summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+2
* ART: Fix things for valgrindAndreas Gampe2014-09-101-1/+1
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-0/+5
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-5/+0
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+3
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-15/+10
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-8/+6
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Add more read barriers to the class linker.Hiroshi Yamauchi2014-06-241-2/+12
* Add mark compact collector.Mathieu Chartier2014-06-191-2/+9
* Fix compiler warnings.Mathieu Chartier2014-06-041-1/+1
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-7/+7
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-20/+34
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-34/+20
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-20/+34
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-20/+22
* Assert dex-cache is populated following resolution in debug builds.Ian Rogers2014-05-021-0/+15
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+1
* Support in VMRuntime for allocating "unpadded" arrays.Ian Rogers2014-02-281-0/+1
* Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-271-1/+1
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-0/+30
* Object model changes to support 64bit.Ian Rogers2014-02-061-5/+5
* Compacting collector.Mathieu Chartier2013-11-111-14/+20
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-27/+21
* 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/+146