index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
stack.cc
Age
Commit message (
Expand
)
Author
2022-01-13
Remove useless check in stack walker.
Nicolas Geoffray
2021-12-21
Reland "More entrypoint handling cleanup."
Nicolas Geoffray
2021-12-20
Revert "More entrypoint handling cleanup."
Nicolas Geoffray
2021-12-20
More entrypoint handling cleanup.
Nicolas Geoffray
2021-12-14
Reland "Simplify and document entrypoint toggling in instrumentation."
Nicolas Geoffray
2021-12-07
Revert "Simplify and document entrypoint toggling in instrumentation."
Nicolas Geoffray
2021-12-07
Simplify and document entrypoint toggling in instrumentation.
Nicolas Geoffray
2021-11-09
Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
Mythri Alle
2021-11-01
Revert "Add support for calling entry / exit hooks directly from JIT code"
Mythri Alle
2021-11-01
Add support for calling entry / exit hooks directly from JIT code
Mythri Alle
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2020-09-24
Don't store copied methods in BSS.
Nicolas Geoffray
2020-09-02
Fix bug in StackVisitor::GetVReg.
Nicolas Geoffray
2020-07-28
Inclusive language fixes
Orion Hodson
2020-07-28
More inclusive language in the runtime
David Srbecky
2020-06-26
Increment hotness in nterp when doing lookups.
Nicolas Geoffray
2020-02-19
Allow late lookup for @CriticalNative methods.
Vladimir Marko
2020-02-14
Remove MIPS support from runtime/.
Vladimir Marko
2020-02-12
Rewrite GenericJNI frame setup.
Vladimir Marko
2020-02-05
Code cleanup around exception handling and stack walking.
Nicolas Geoffray
2020-02-04
Adjust CHECK on instrumentation stack.
Nicolas Geoffray
2020-01-31
Replace instrumention id with stack pointers.
Nicolas Geoffray
2020-01-28
Implement GetVRegLong for nterp.
Nicolas Geoffray
2020-01-22
Revert "Fix stack-walking race"
Alex Light
2020-01-22
Fix stack-walking race
Alex Light
2019-12-18
Fix StackVisitor::GetVReg for Nterp.
Nicolas Geoffray
2019-12-18
Add an implementation of Nterp for x64.
Nicolas Geoffray
2019-12-17
Introduce the notion of an nterp frame.
Nicolas Geoffray
2019-12-13
Use correct pointer size for stack unwinding.
Ulya Trafimovich
2019-12-04
Helpers and refactorings to prepare for interpreter optimizations (x64)
Nicolas Geoffray
2019-09-26
Correctly perform read-barriers on cross-thread reg access
Alex Light
2019-07-22
Add fast path for exception vreg copying.
David Srbecky
2019-06-30
Stack maps: Refactor constructors.
David Srbecky
2019-06-25
Stack walk: Cache CodeInfo and StackMap for current PC.
David Srbecky
2019-05-26
Optimize stack maps: add fast path for no inline info.
David Srbecky
2019-05-24
Partially ObjPtr<>-ify HandleScope.
Vladimir Marko
2019-05-08
Add StackVisitor::SetVRegReference().
Vladimir Marko
2019-01-17
Extend lifetime of CodeInfo in StackVisitor.
David Srbecky
2018-12-19
Deoptimize zygote compiled methods in DeoptimizeBootImage.
Nicolas Geoffray
2018-10-12
Remove CHECK that GetThis() must always work.
Nicolas Geoffray
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-07-26
Decode only the needed tables from CodeInfo.
David Srbecky
2018-07-19
ObjPtr<>-ify ArtMethod and mirror::Method.
Vladimir Marko
2018-07-06
Merge "Revert^2 "Add CodeInfo to JNI methods.""
David Srbecky
2018-07-05
Revert^2 "Add CodeInfo to JNI methods."
David Srbecky
2018-07-05
Merge "Use iterators to access stack map data."
David Srbecky
2018-07-04
Use iterators to access stack map data.
David Srbecky
2018-07-03
ART: Do not use std::<container>::at().
Vladimir Marko
2018-06-14
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
[next]