summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Add an abstraction over a compiled code.Nicolas Geoffray2015-10-131-0/+7
* ART: Lock counting in the interpreterAndreas Gampe2015-10-091-0/+73
* Do more inlining when JITting.Nicolas Geoffray2015-10-021-0/+4
* ART: Use unique_ptr for alloca-ed ShadowFramesAndreas Gampe2015-09-241-7/+33
* Deoptimization support in optimizing compiler for setting local valuesMingyao Yang2015-09-171-0/+16
* Cleanup thread access in StackVisitorSebastien Hertz2015-09-151-0/+4
* ART: Some header cleaning around bit-utilsAndreas Gampe2015-08-171-1/+0
* Move to newer clang annotationsMathieu Chartier2015-07-221-43/+43
* runtime: Minor cleanup and extra comments around interpreterIgor Murashkin2015-06-111-0/+16
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-68/+33
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Stack walking of inlined frames.Nicolas Geoffray2015-05-181-11/+9
* 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