summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Extend lifetime of CodeInfo in StackVisitor.David Srbecky2019-01-171-3/+4
* Deoptimize zygote compiled methods in DeoptimizeBootImage.Nicolas Geoffray2018-12-191-1/+3
* Remove CHECK that GetThis() must always work.Nicolas Geoffray2018-10-121-6/+25
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-3/+3
* Move MethodInfo to CodeInfo.David Srbecky2018-08-011-2/+2
* Decode only the needed tables from CodeInfo.David Srbecky2018-07-261-1/+1
* ObjPtr<>-ify ArtMethod and mirror::Method.Vladimir Marko2018-07-191-2/+2
* Merge "Revert^2 "Add CodeInfo to JNI methods.""David Srbecky2018-07-061-1/+4
|\
| * Revert^2 "Add CodeInfo to JNI methods."David Srbecky2018-07-051-1/+4
* | Merge "Use iterators to access stack map data."David Srbecky2018-07-051-30/+7
|\ \ | |/ |/|
| * Use iterators to access stack map data.David Srbecky2018-07-041-30/+7
* | ART: Do not use std::<container>::at().Vladimir Marko2018-07-031-1/+1
|/
* Merge "Move some helper methods to DexRegisterLocation."David Srbecky2018-06-141-7/+5
|\
| * Move some helper methods to DexRegisterLocation.David Srbecky2018-06-141-7/+5
* | Removing instrumentation trampolines doesn't remove exit stubsAlex Light2018-06-121-1/+2
|/
* Remove unused GetDexRegisterMap arguments.David Srbecky2018-06-071-6/+4
* Delta-compress register maps in stack maps.David Srbecky2018-06-071-1/+3
* Remove depth argument from InlineInfo accessors in stack maps.David Srbecky2018-06-051-15/+11
* Simplify DexRegisterMap API.David Srbecky2018-05-301-11/+5
* Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."Vladimir Marko2018-05-231-1/+1
|\
| * ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.Vladimir Marko2018-05-231-1/+1
* | Merge "Refactor runtime callee save frame info."Vladimir Marko2018-05-221-4/+5
|\ \
| * | Refactor runtime callee save frame info.Vladimir Marko2018-05-221-4/+5
| |/
* / Rewrite stackmap encoding code.David Srbecky2018-05-211-32/+26
|/
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-311-4/+4
* Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-301-4/+4
* Make libdexfile build independent of runtime dirDavid Sehr2018-01-301-4/+4
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Make CodeItem fields privateMathieu Chartier2017-12-221-14/+14
* Revert^4 "JIT JNI stubs."Vladimir Marko2017-11-301-6/+53
* Revert "Revert "Revert "JIT JNI stubs."""Nicolas Geoffray2017-11-301-53/+6
* Revert "Revert "JIT JNI stubs.""Vladimir Marko2017-11-291-6/+53
* Revert "JIT JNI stubs."Vladimir Marko2017-11-281-53/+6
* JIT JNI stubs.Vladimir Marko2017-11-281-6/+53
* ART: Move kDexNoIndex to dex_file_types.hAndreas Gampe2017-09-181-1/+2
* Use the right class loader allocator in ReallocMethods.Nicolas Geoffray2017-08-071-5/+8
* ART: Refactor stack.hAndreas Gampe2017-06-191-160/+9
* ART: Move CalleeSaveType to callee_save_type.hAndreas Gampe2017-06-081-5/+6
* Merge "Relax an assert in AssertPcIsWithinQuickCode()"Mingyao Yang2017-06-051-3/+6
|\
| * Relax an assert in AssertPcIsWithinQuickCode()Mingyao Yang2017-05-301-3/+6
* | ART: Clean up thread.h and thread_list.hAndreas Gampe2017-06-011-28/+1
|/
* ART: Tentative fix for stack count issue in test 913Andreas Gampe2017-04-141-1/+3
* Ensure invoking obsolete methods throws errors.Alex Light2017-04-041-1/+1
* Add method info to oat filesMathieu Chartier2017-03-161-0/+2
* Revert^6 "Make class redefinition work with native methods on stack."Alex Light2017-02-141-4/+8
* Revert "Revert^4 "Make class redefinition work with native methods on stack.""Roland Levillain2017-02-141-8/+4
* Revert^4 "Make class redefinition work with native methods on stack."Alex Light2017-02-131-4/+8
* Revert "Revert "Revert "Make class redefinition work with native methods on s...Alex Light2017-02-111-5/+3
* Revert "Revert "Make class redefinition work with native methods on stack.""Alex Light2017-02-101-3/+5
* Clean up code info table layoutMathieu Chartier2017-02-081-4/+4