summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/art_method-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-101/+1
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-2/+5
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-0/+14
* ART: Fix computation of frame size for direct proxy methodsSerguei Katkov2014-09-041-1/+5
* Merge "ART: Fix IncompatibleClassChange check for ArtMethod"Andreas Gampe2014-08-261-1/+3
|\
| * ART: Fix IncompatibleClassChange check for ArtMethodAndreas Gampe2014-08-261-1/+3
* | Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
|/
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+1
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-1/+52
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-3/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+3
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-4/+19
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-2/+137
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+9
* Improve stack walk performance.Vladimir Marko2014-05-201-0/+76
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-2/+37
* Force inlining on trivial accessors.Ian Rogers2014-04-291-10/+9
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-27/+6
* Separate maps from code in oat file.Vladimir Marko2014-04-221-1/+2
* Fix and optimize verify object.Mathieu Chartier2014-02-211-0/+7
* Remove blacklistSebastien Hertz2014-02-171-1/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-33/+44
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-6/+0
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+7
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-1/+1
* Get SEA fibonacci running in interpreter mode.Dragos Sbirlea2013-08-161-0/+5
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-0/+203