summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART: Disambiguate access-checks mode from lock-counting" into nyc-devAndreas Gampe2016-04-291-3/+3
|\
| * ART: Disambiguate access-checks mode from lock-countingAndreas Gampe2016-04-281-3/+3
* | Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-2/+4
|/
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-4/+2
* Write conflict tables in imageMathieu Chartier2016-04-271-2/+4
* Split profile recording from jit compilationCalin Juravle2016-04-271-2/+2
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-89/+4
* Use bit-level packing for InlineInfo in stackmaps as well.David Srbecky2016-04-011-4/+15
* Merge "Pack stack map entries on bit level to save space."Calin Juravle2016-04-011-4/+4
|\
| * Pack stack map entries on bit level to save space.David Srbecky2016-03-311-4/+4
* | Add way to disable resolving for stack walkMathieu Chartier2016-03-311-2/+7
|/
* Fix potential linear alloc memory leakMathieu Chartier2016-03-021-1/+1
* Implement << operator for DexRegisterLocation::Kind.David Srbecky2016-02-251-6/+5
* Disable kDebugStackWalkMathieu Chartier2016-02-051-1/+1
* Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""Nicolas Geoffray2016-02-051-1/+1
* Don't encode a DexRegisterMap if there is no live register.Nicolas Geoffray2016-01-081-0/+3
* Revert "lambda: Add support for invoke-interface for boxed innate lambdas"Nicolas Geoffray2015-11-241-33/+2
* lambda: Add support for invoke-interface for boxed innate lambdasIgor Murashkin2015-11-201-2/+33
* Merge "Support deoptimization only to set vreg"Sebastien Hertz2015-11-181-163/+8
|\
| * Support deoptimization only to set vregMingyao Yang2015-11-171-163/+8
* | Merge "Fix StackVisitor::GetVReg for reference in shadow frame"Sebastien Hertz2015-11-181-1/+6
|\ \
| * | Fix StackVisitor::GetVReg for reference in shadow frameSebastien Hertz2015-11-171-1/+6
| |/
* / x86/x86-64 read barrier support for concurrent GC in Optimizing.Roland Levillain2015-11-151-2/+2
|/
* Fix tests flakiness with jit when using Proxy classes.Nicolas Geoffray2015-11-021-16/+8
* Support garbage collection of JITted code.Nicolas Geoffray2015-10-261-4/+2
* Remove ArtCode.Nicolas Geoffray2015-10-201-39/+164
* 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