summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Fix access to long/double stack values from debuggerSebastien Hertz2014-07-171-0/+17
* Break apart header files.Ian Rogers2014-07-151-10/+4
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-4/+15
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-15/+4
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-4/+15
* Fix GetOutVROffset to use correct Method* size.buzbee2014-06-041-3/+4
* AArch64: Fix cmp-long and method with long arguments.Zheng Xu2014-06-041-32/+32
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-0/+8
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-18/+9
* Visit methods in stack frames during root visits.Hiroshi Yamauchi2014-05-161-5/+15
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+4
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-8/+0
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+3
* Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-10/+13
* Revert "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-221-6/+5
* 64bit changes to the stack walker for the Quick ABI.Nicolas Geoffray2014-04-181-5/+6
* Implement implicit stack overflow checksDave Allison2014-03-311-0/+8
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-1/+1
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-1/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-18/+14
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-0/+1
* GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-1/+7
* Object model changes to support 64bit.Ian Rogers2014-02-061-41/+58
* Enable compiler temporariesRazvan A Lupusoru2014-01-311-12/+75
* Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-171-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-1/+37
* Add missing references.Sebastien Hertz2013-10-091-1/+1
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-2/+1
* am e47637cc: 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8.Jeff Hao2013-09-191-4/+12
|\
| * 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8.Jeff Hao2013-09-191-4/+12
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-3/+9
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-19/+19
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-72/+0
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+2
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+647