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.cc
Age
Commit message (
Expand
)
Author
2024-10-25
Remove interpret_one_instruction from switch interpreter
Mythri Alle
2024-09-24
Add stack type
Chris Jones
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-05-22
Refactor instrumentation handling in interpreter.
Vladimir Marko
2024-02-01
Don't try to use JIT code if we need dex pc move events
Mythri Alle
2024-01-12
Add visibility attributes in runtime/interpreter
Dmitrii Ishcheikin
2023-08-08
Add `ArtMethod::GetShortyView()`.
Vladimir Marko
2023-02-08
Add another NO_STACK_PROTECTOR.
Nicolas Geoffray
2023-01-17
Remove one template argument to the switch interpreter.
Nicolas Geoffray
2022-09-13
Reland "Ensure we initialize before pushing the method invoked."
Nicolas Geoffray
2022-09-12
Cleanups around shadow frame creation.
Nicolas Geoffray
2022-08-09
Reland^2 "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-08-05
Revert "Ensure we initialize before pushing the method invoked."
Lokesh Gidra
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-07
Fix one edge case at method linking to throw at runtime.
Nicolas Geoffray
2022-07-06
Ensure we initialize before pushing the method invoked.
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-05-26
Check for pop frames independent of method entry listeners
Mythri Alle
2022-05-24
Don't call entry callbacks when moving to JITed from interpreter
Mythri Alle
2022-05-13
Remove unused this in method unwind callback
Mythri Alle
2022-04-28
Reland "Update how deoptimization from runtime methods is supported"
Mythri Alle
2022-04-22
Revert "Update how deoptimization from runtime methods is supported"
Mythri Alle
2022-04-22
Update how deoptimization from runtime methods is supported
Mythri Alle
2022-02-25
Update runtime/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2022-02-03
Fix DCHECK related to frame pop events.
Mythri Alle
2022-02-02
Cleanup Instrumentation::IsActive
Mythri Alle
2022-01-24
Use implicit suspend check in JIT.
Nicolas Geoffray
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-11-04
Remove unused code related to method entry / exit events
Mythri Alle
2021-09-24
Drop unused arguments for MethodEntered function
Mythri Alle
2021-07-13
Remove mterp.
Nicolas Geoffray
2021-05-27
Revert "Remove stack protector from some interpreter functions"
Christian Wailes
2021-05-25
Remove stack protector from some interpreter functions
Chris Wailes
2021-03-30
Abort transaction when Class.forName() fails.
Vladimir Marko
2020-10-11
Support access checks in mterp.
Nicolas Geoffray
2020-09-07
Move code item to the data pointer and remove code_item_offset.
Nicolas Geoffray
2019-12-17
Introduce the notion of an nterp frame.
Nicolas Geoffray
2019-10-02
Remove too agressive DCHECK.
Nicolas Geoffray
2019-08-05
Use ClassStatus::kVisiblyInitialized in interpreter.
Vladimir Marko
2019-06-10
JVMTI Force early return
Alex Light
2019-05-03
Add -verbose:interpreter
Mathieu Chartier
2019-03-29
Clean up explicit conversions to ObjPtr<>.
Vladimir Marko
2019-03-12
Revert^4 "Remove Global deopt requirement for several jvmti events"
Alex Light
2019-03-12
Revert "Revert^2 "Remove Global deopt requirement for several jvmti events""
Nicolas Geoffray
[next]