summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/art_method.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-5/+107
* Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.Ian Rogers2014-09-251-2/+2
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-1/+1
* Check that we don't accidentally invoke compiled code when -Xint.Hiroshi Yamauchi2014-08-181-0/+20
* Merge "Reduce stack usage for overflow checks"Dave Allison2014-08-121-0/+5
|\
| * Reduce stack usage for overflow checksDave Allison2014-08-131-0/+5
* | Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+1
|/
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-6/+6
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-8/+7
* Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-291-6/+6
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-281-6/+6
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-3/+2
* Remove object_utils.h.Ian Rogers2014-07-161-3/+3
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-8/+0
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-13/+15
* Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-10/+9
* 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
* Improve stack walk performance.Vladimir Marko2014-05-201-52/+12
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-1/+2
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-3/+10
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+7
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-2/+2
* Allow ArtMethod::Invoke in unstarted runtimes.Ian Rogers2014-05-021-3/+5
* Force inlining on trivial accessors.Ian Rogers2014-04-291-4/+4
* Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-281-0/+38
|\
| * Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-0/+38
* | Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-3/+3
* | Merge "Fix FindCatchBlock to work in -Xverify:none mode."Jeff Hao2014-04-231-6/+15
|\ \
| * | Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-6/+15
| |/
* | Remove support for app JNI workarounds.Ian Rogers2014-04-221-18/+3
|/
* Improvements to Field.get/set.Ian Rogers2014-03-211-0/+12
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-2/+2
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-4/+6
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-9/+0
* JNI down call fixes.Ian Rogers2014-03-091-0/+9
* Fix and optimize verify object.Mathieu Chartier2014-02-211-5/+0
* Upcall support for x86-64.Ian Rogers2014-02-201-0/+12
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-2/+2
* Remove blacklistSebastien Hertz2014-02-171-10/+10
* Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-4/+6
|\
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-4/+6
* | 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-30/+37
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-5/+0
* Enable moving classes.Mathieu Chartier2013-12-101-0/+7
* Fast JNI support.Ian Rogers2013-10-201-3/+7