summaryrefslogtreecommitdiff
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Do not create HandleScope for JNI transitions.Vladimir Marko2021-02-231-6/+0
* Fix bug in StackVisitor::GetVReg.Nicolas Geoffray2020-09-021-9/+12
* Inclusive language fixesOrion Hodson2020-07-281-1/+1
* Clean up generated operator<<(os, enum).Vladimir Marko2020-06-111-1/+1
* Replace instrumention id with stack pointers.Nicolas Geoffray2020-01-311-0/+1
* Revert "Fix stack-walking race"Alex Light2020-01-221-6/+0
* Fix stack-walking raceAlex Light2020-01-221-0/+6
* Add fast path for exception vreg copying.David Srbecky2019-07-221-1/+9
* Stack walk: Cache CodeInfo and StackMap for current PC.David Srbecky2019-06-251-1/+9
* Partially ObjPtr<>-ify HandleScope.Vladimir Marko2019-05-241-1/+1
* Add StackVisitor::SetVRegReference().Vladimir Marko2019-05-081-0/+9
* Extend lifetime of CodeInfo in StackVisitor.David Srbecky2019-01-171-0/+1
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* Revert^4 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-191-0/+30
* Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""Nicolas Geoffray2018-11-171-30/+0
* Revert^2 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-0/+30
* Revert "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-30/+0
* ART: Add StackVisitor accepting a lambdaAndreas Gampe2018-11-021-0/+30
* Use iterators to access stack map data.David Srbecky2018-07-041-6/+7
* 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