Home
last modified time | relevance | path

Searched defs:interpreter_entry (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc44 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode() local
/art/runtime/
Dinstrumentation.cc1051 uintptr_t lr, bool interpreter_entry) { in PushInstrumentationStackFrame()