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
2024-10-17
Separate kRuntimeISA/kRuntimeQuickCodeISA
Chris Jones
2024-08-29
Add some debugging code for b/361916648.
Nicolas Geoffray
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-03-21
Reuse boot JNI stub for native methods (reland).
hangl
2024-03-08
Revert "Reuse boot JNI stub for native methods"
Nicolas Geoffray
2024-03-07
Reuse boot JNI stub for native methods
hangl
2024-01-31
Add visibility attributes in runtime/s*
Dmitrii Ishcheikin
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-07-25
Ensure flip function is executed before another thread accesses stack
Lokesh Gidra
2023-03-29
Revert "Revert^8 "Thread suspension cleanup and deadlock fix""
Hans Boehm
2023-03-29
Revert^8 "Thread suspension cleanup and deadlock fix"
Hans Boehm
2023-01-16
We no longer use instrumentation stubs remove the support code
Mythri Alle
2022-12-15
Remove an incorrect debug check due to removal of instrumentation stubs
Mythri Alle
2022-10-07
Runtime implementation of try catch inlining
Santiago Aboy Solanes
2022-07-27
Improve stack walk debug dumps.
Artem Serov
2022-07-20
Fix unused-but-set-variable warnings
Yi Kong
2022-05-27
Add more verbose log message when stack map isn't found.
David Srbecky
2022-05-14
Reland^3 "Don't use AOT code for native methods for java debuggable runtime"
Mythri Alle
2022-05-12
Revert "Reland^2 "Don't use AOT code for native methods for java debuggable r...
Mythri Alle
2022-05-12
Reland^2 "Don't use AOT code for native methods for java debuggable runtime"
Mythri Alle
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
[next]