summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/art_method.h
Commit message (Expand)AuthorAgeFilesLines
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-16/+30
* stdint types all the way!Ian Rogers2014-10-091-2/+2
* Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-1/+4
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-0/+10
* Check that we don't accidentally invoke compiled code when -Xint.Hiroshi Yamauchi2014-08-181-0/+5
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+2
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-2/+18
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-1/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-19/+30
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-271-2/+5
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-6/+35
* Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-4/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-1/+1
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-1/+1
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-1/+1
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-2/+1
* Improve stack walk performance.Vladimir Marko2014-05-201-2/+18
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-3/+3
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-2/+3
|/
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-1/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-2/+2
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-41/+3
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-1/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-50/+52
* Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-281-41/+10
|\
| * Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-41/+10
* | Merge "More code for the read barrier support."Hiroshi Yamauchi2014-04-241-0/+2
|\ \
| * | More code for the read barrier support.Hiroshi Yamauchi2014-04-221-0/+2
* | | Merge "Separate maps from code in oat file."Vladimir Marko2014-04-231-2/+4
|\ \ \ | | |/ | |/|
| * | Separate maps from code in oat file.Vladimir Marko2014-04-221-2/+4
| |/
* | Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-1/+2
|/
* Improvements to Field.get/set.Ian Rogers2014-03-211-0/+4
* Merge "Fixes for Generic JNI"Andreas Gampe2014-03-131-1/+4
|\
| * Fixes for Generic JNIAndreas Gampe2014-03-131-1/+4
* | Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-1/+2
|/
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-4/+0
* JNI down call fixes.Ian Rogers2014-03-091-1/+4
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+0
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-1/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-13/+27
* Upcall support for x86-64.Ian Rogers2014-02-201-3/+3
* Remove blacklistSebastien Hertz2014-02-171-22/+27
* Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-2/+2
|\
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-2/+2
* | Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-131/+179
* Make fast JNI part of pretty method output.Ian Rogers2014-01-101-1/+2
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-12/+0
* Enable moving classes.Mathieu Chartier2013-12-101-0/+4