summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Revert^4 "JIT JNI stubs."Vladimir Marko2017-11-301-2/+1
* Revert "Revert "Revert "JIT JNI stubs."""Nicolas Geoffray2017-11-301-1/+2
* Revert "Revert "JIT JNI stubs.""Vladimir Marko2017-11-291-2/+1
* Revert "JIT JNI stubs."Vladimir Marko2017-11-281-1/+2
* JIT JNI stubs.Vladimir Marko2017-11-281-2/+1
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* ART: Refactor stack.hAndreas Gampe2017-06-191-525/+49
* ART: Refactor GetStackTraceVisitorAndreas Gampe2017-06-131-0/+2
* ART: Clean up thread.h and thread_list.hAndreas Gampe2017-06-011-80/+0
* ART: Clean up field initializationAndreas Gampe2017-03-271-2/+9
* ART: Bit intrinsics for Mterp interpreterbuzbee2017-03-161-0/+5
* Force stack dump to diagnose empty checkpoint timeout (2).Hiroshi Yamauchi2017-02-061-2/+10
* Revert "Revert "Revert "Revert "Basic obsolete methods support""""Alex Light2016-12-211-0/+10
* Revert "Revert "Revert "Basic obsolete methods support"""Nicolas Geoffray2016-12-211-10/+0
* Revert "Revert "Basic obsolete methods support""Alex Light2016-12-191-0/+10
* Revert "Basic obsolete methods support"Alex Light2016-12-151-10/+0
* Basic obsolete methods supportAlex Light2016-12-141-0/+10
* ART: Add precise root visitingAndreas Gampe2016-12-121-0/+6
* Class Hierarchy Analysis (CHA)Mingyao Yang2016-12-011-0/+5
* ART: Remove duplicate StackVisitor method.Andreas Gampe2016-11-291-4/+0
* ART: Expose vreg and visitor in RootInfoAndreas Gampe2016-11-091-3/+10
* ART: Add GetStackTrace supportAndreas Gampe2016-10-281-2/+1
* Clean up some includes.Vladimir Marko2016-09-021-6/+2
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-42/+42
* ART: Remove vestiges of GCCAndreas Gampe2016-08-231-4/+0
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-1/+1
* Revert "Revert "ART: Add Mterp export pc poison testing mode""Bill Buzbee2016-07-071-0/+8
* Merge "Revert "ART: Add Mterp export pc poison testing mode""Bill Buzbee2016-07-061-8/+0
|\
| * Revert "ART: Add Mterp export pc poison testing mode"Bill Buzbee2016-07-061-8/+0
* | Merge "ART: Add Mterp export pc poison testing mode"Bill Buzbee2016-07-061-0/+8
|\|
| * ART: Add Mterp export pc poison testing modebuzbee2016-07-061-0/+8
* | Never go to resolution while inspecting inlined frames.Nicolas Geoffray2016-07-041-1/+0
|/
* ART: Disambiguate access-checks mode from lock-countingAndreas Gampe2016-04-291-30/+3
* Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mte...Bill Buzbee2016-04-081-2/+28
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-9/+0
* Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""Hiroshi Yamauchi2016-04-011-28/+2
* Add way to disable resolving for stack walkMathieu Chartier2016-03-311-0/+1
* Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""Bill Buzbee2016-03-291-2/+28
* Revert "ART: Improve JitProfile perf in arm/arm64 mterp"Calin Juravle2016-03-251-28/+2
* ART: Improve JitProfile perf in arm/arm64 mterpbuzbee2016-03-231-2/+28
* Fast Art interpreterbuzbee2016-01-111-4/+47
* Support deoptimization only to set vregMingyao Yang2015-11-171-33/+6
* ART: Fix deopt from optimized code under inliningDavid Brazdil2015-10-281-0/+4
* Do not run the verifier when deopting optimized frames.Nicolas Geoffray2015-10-221-2/+3
* Remove ArtCode.Nicolas Geoffray2015-10-201-14/+8
* 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