summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/dex_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-24/+20
* Move ArtField to nativeMathieu Chartier2015-04-101-19/+12
* ART: More cutouts for unstarted runtimeAndreas Gampe2015-03-121-0/+4
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-4/+8
* ART: Fix verifier mishandling erroneous array component typesAndreas Gampe2014-07-301-5/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-8/+12
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-8/+8
* Force inlining on trivial accessors.Ian Rogers2014-04-291-19/+24
* Remove blacklistSebastien Hertz2014-02-171-1/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-34/+26
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-14/+1
* Use class def index from java.lang.Class.Ian Rogers2013-09-211-0/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-15/+15
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* 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/+182