summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Object model changes to support 64bit.Ian Rogers2014-02-061-18/+18
* Selective deoptimization.Sebastien Hertz2014-01-131-2/+2
* Fix JDWP class-only modifier.Sebastien Hertz2013-12-051-0/+1
* Compacting collector.Mathieu Chartier2013-11-111-0/+5
* Add missing references.Sebastien Hertz2013-10-091-2/+2
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-15/+14
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-4/+5
* Entry point clean up.Ian Rogers2013-08-071-1/+1
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-011-1/+5
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* Fixes to instrumentation and quick to interpreter entry.Jeff Hao2013-07-241-2/+5
* resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-181-3/+3
|\
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-3/+3
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-4/+1
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+362