summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add an abstraction over a compiled code."Nicolas Geoffray2015-10-131-47/+41
|\
| * Add an abstraction over a compiled code.Nicolas Geoffray2015-10-131-47/+41
* | Merge "Revert "Revert "Fix instrumentation frame check with inlining"""Sebastien Hertz2015-10-131-6/+11
|\ \ | |/ |/|
| * Revert "Revert "Fix instrumentation frame check with inlining""Sebastien Hertz2015-10-121-6/+11
| * Revert "Fix instrumentation frame check with inlining"Nicolas Geoffray2015-10-121-11/+6
| * Fix instrumentation frame check with inliningSebastien Hertz2015-10-081-6/+11
* | ART: Lock counting in the interpreterAndreas Gampe2015-10-091-0/+83
|/
* Do more inlining when JITting.Nicolas Geoffray2015-10-021-11/+12
* Revert "Revert "Add one LinearAlloc per ClassLoader""Mathieu Chartier2015-09-221-14/+21
* Revert "Add one LinearAlloc per ClassLoader"Nicolas Geoffray2015-09-221-21/+14
* Add one LinearAlloc per ClassLoaderMathieu Chartier2015-09-211-14/+21
* Deoptimization support in optimizing compiler for setting local valuesMingyao Yang2015-09-171-10/+115
* Revert "Revert "ART: Register allocation and runtime support for try/catch""David Brazdil2015-09-151-0/+4
* Revert "ART: Register allocation and runtime support for try/catch"David Brazdil2015-09-141-4/+0
* ART: Register allocation and runtime support for try/catchDavid Brazdil2015-09-141-0/+4
* ART: Add (Fpu)RegHigh stack map location kindsDavid Brazdil2015-08-251-1/+3
* Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-9/+8
* base: replace raw pointers for out-parameters with safer out<T>Igor Murashkin2015-07-301-8/+9
* Move to newer clang annotationsMathieu Chartier2015-07-221-3/+3
* Use (D)CHECK_ALIGNED more.Roland Levillain2015-07-161-1/+1
* Revert "Revert "Remove interpreter entrypoint in ArtMethod.""Nicolas Geoffray2015-07-081-1/+0
* Revert "Remove interpreter entrypoint in ArtMethod."Nicolas Geoffray2015-07-081-0/+1
* Remove interpreter entrypoint in ArtMethod.Nicolas Geoffray2015-07-081-1/+0
* Use the caller's class loader when walking inlined frames.Nicolas Geoffray2015-06-121-4/+1
* Cache stack map encodingDavid Brazdil2015-06-041-15/+26
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-37/+114
* Support for inlining methods that call/throw.Nicolas Geoffray2015-05-291-2/+7
* Return an invalid StackMap when one cannot be found.Nicolas Geoffray2015-05-221-1/+3
* Stack walking of inlined frames.Nicolas Geoffray2015-05-181-9/+68
* 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