index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
interpreter
/
interpreter_switch_impl-inl.h
Age
Commit message (
Expand
)
Author
2024-11-14
Run exception catch callbacks after the dex pc moved callbacks
Mythri Alle
2024-10-25
Remove interpret_one_instruction from switch interpreter
Mythri Alle
2024-05-31
Avoid transaction records for all new objects.
Vladimir Marko
2024-05-28
Avoid transaction records for last allocated object.
Vladimir Marko
2024-05-22
Refactor instrumentation handling in interpreter.
Vladimir Marko
2024-05-21
Further refactor transaction checks in interpreter.
Vladimir Marko
2024-05-20
Fix transaction records for `fill-array-data`.
Vladimir Marko
2024-05-17
Move transaction records from `Runtime` to `AotClassLinker`.
Vladimir Marko
2024-05-03
Clean up `Transaction` use in switch interpreter.
Vladimir Marko
2024-05-03
Refactor transaction checks in switch interpreter.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-01-12
Add visibility attributes in runtime/interpreter
Dmitrii Ishcheikin
2023-01-17
Remove one template argument to the switch interpreter.
Nicolas Geoffray
2022-08-09
Reland^2 "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-08-03
Remove stack protector from macro-generated functions
Chris Wailes
2022-07-27
Revert "Reland "Use the thread local cache in interpreter / unresolved entryp...
Neha Jain
2022-07-25
Reland "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-07-19
Revert "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-07-19
Use the thread local cache in interpreter / unresolved entrypoints
Nicolas Geoffray
2022-07-04
Report DexPcMoved events only when required
Mythri Alle
2022-06-21
Remove stack protector from some interpreter functions
Chris Wailes
2022-06-17
Revert "Remove stack protector from some interpreter functions"
Chris Wilson
2022-06-17
Remove stack protector from some interpreter functions
Chris Wailes
2022-02-02
Cleanup Instrumentation::IsActive
Mythri Alle
2021-11-10
Reland "Change hotness counting."
Nicolas Geoffray
2021-11-04
Remove unused code related to method entry / exit events
Mythri Alle
2021-10-26
Revert "Change hotness counting."
Vladimir Marko
2021-10-20
Change hotness counting.
Nicolas Geoffray
2021-05-13
Do not try to do OSR in transactional interpreter.
Vladimir Marko
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-03-30
Abort transaction when Class.forName() fails.
Vladimir Marko
2021-03-27
Remove QUICK bytecodes.
David Srbecky
2021-03-20
Remove quickened bytecode support from interpreters.
David Srbecky
2020-09-29
Switch-interpreter: Add trivial helpers.
David Srbecky
2020-09-15
Switch-interpreter: Inline several trivial methods.
David Srbecky
2020-09-09
Switch-interpreter: Small refactoring.
David Srbecky
2020-09-09
Switch-interpreter: Rename fields to match ART conventions.
David Srbecky
2020-05-20
Re-enable asan tests which we disabled due to huge stack frames.
David Srbecky
2020-05-20
HWASan fixes for ART tests
David Srbecky
2020-01-20
Fix Transaction constraint validation...
Vladimir Marko
2019-11-13
Check stored references in transactional interpreter.
Vladimir Marko
2019-10-15
Switch interpreter: Split the method in ASAN to avoid huge frames
David Srbecky
2019-08-07
Remove message ART creates for "throw null".
Nicolas Geoffray
2019-07-22
Switch-interpreter: Add flatten attribute to handlers.
David Srbecky
2019-07-15
ART: Disallow unresolved return types after Q
Andreas Gampe
2019-07-05
Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)"
David Srbecky
2019-07-03
Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)
David Srbecky
2019-07-02
Remove ShadowFrame::HasReferenceArray()
David Srbecky
2019-06-26
Switch-interpreter: Refactor exception handling.
David Srbecky
2019-06-21
Abort transaction before finalizable allocation...
Vladimir Marko
[next]