summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-69/+34
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-4/+19
* Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-0/+3
* Fix mismatched new[]/delete.Christopher Ferris2015-05-041-2/+8
* Debugger: Remove support for setting values in optimizing.Nicolas Geoffray2015-04-241-6/+0
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+5
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-13/+1
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-27/+9
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-3/+1
* Stack support for Optimizing compilerSebastien Hertz2015-03-031-2/+43
* Refactor register access from StackVisitorSebastien Hertz2015-01-261-4/+23
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+7
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-0/+14
* Remove portable.Elliott Hughes2014-12-121-39/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+3
* Refactor quick entrypointsIan Rogers2014-10-201-21/+7
* stdint types all the way!Ian Rogers2014-10-091-4/+4
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-2/+2
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-98/+55
* More efficient stack walk in exception throwing.Hiroshi Yamauchi2014-08-131-0/+4
* 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