summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-29/+107
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-19/+30
* Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-0/+28
* Debugger: Remove support for setting values in optimizing.Nicolas Geoffray2015-04-241-62/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-37/+38
* Use unique location catalogs to encode Dex register maps.Roland Levillain2015-03-311-8/+10
* [optimizing] Don't record None locations in the stack maps.Nicolas Geoffray2015-03-131-11/+16
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-9/+16
* Merge "Tweak liveness when instructions are used in environments."Nicolas Geoffray2015-03-131-6/+0
|\
| * Tweak liveness when instructions are used in environments.Nicolas Geoffray2015-03-121-6/+0
* | Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-18/+21
|/
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-5/+0
* Revert GetThisObject change.Nicolas Geoffray2015-03-031-1/+2
* Stack support for Optimizing compilerSebastien Hertz2015-03-031-156/+312
* Handle variable size of methods properly between 32 and 64 bit.Jeff Hao2015-02-051-1/+2
* Refactor register access from StackVisitorSebastien Hertz2015-01-261-41/+58
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-0/+7
* Support proxy method in StackVisitor::GetThisObjectSebastien Hertz2014-12-091-0/+9
* Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-9/+9
* ART: More warningsAndreas Gampe2014-11-041-4/+4
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+2
* Refactor quick entrypointsIan Rogers2014-10-201-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-7/+8
* stdint types all the way!Ian Rogers2014-10-091-6/+6
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-3/+7
* Fix access to long/double stack values from debuggerSebastien Hertz2014-07-171-19/+134
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Break apart header files.Ian Rogers2014-07-151-4/+6
* Register promotion support for 64-bit targetsbuzbee2014-07-031-0/+33
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-12/+40
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-36/+12
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-12/+36
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-4/+4
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-2/+44
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-7/+7
* Improve stack walk performance.Vladimir Marko2014-05-201-5/+9
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-6/+4
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-131-10/+9
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-10/+9
* | Fix stub_test to pass with SS collector.Mathieu Chartier2014-05-091-1/+1
|/
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-53/+5
* Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-1/+1
* Implement implicit stack overflow checksDave Allison2014-03-311-4/+57
* Fix test-art 083-compiler-regressions with work aroundBrian Carlstrom2014-03-191-1/+3
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-2/+2
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-11/+5
* Fix old stack frame size checkAndreas Gampe2014-03-101-4/+6
* JNI down call fixes.Ian Rogers2014-03-091-7/+13
* Fix and optimize verify object.Mathieu Chartier2014-02-211-4/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-0/+5