Home
last modified time | relevance | path

Searched refs:interpreter_entry (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.h474 bool interpreter_entry)
735 bool interpreter_entry) in InstrumentationStackFrame()
740 interpreter_entry_(interpreter_entry) { in InstrumentationStackFrame()
Dinstrumentation.cc1341 uintptr_t lr, bool interpreter_entry) { in PushInstrumentationStackFrame() argument
1353 if (!interpreter_entry) { in PushInstrumentationStackFrame()
1366 frame_id, interpreter_entry); in PushInstrumentationStackFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1144 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode() local
1158 interpreter_entry); in artInstrumentationMethodEntryFromCode()