Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h481 bool interpreter_entry)
728 bool interpreter_entry) in InstrumentationStackFrame()
733 interpreter_entry_(interpreter_entry) { in InstrumentationStackFrame()
Dinstrumentation.cc1213 uintptr_t lr, bool interpreter_entry) { in PushInstrumentationStackFrame() argument
1225 if (!interpreter_entry) { in PushInstrumentationStackFrame()
1238 frame_id, interpreter_entry); in PushInstrumentationStackFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1124 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode() local
1138 interpreter_entry); in artInstrumentationMethodEntryFromCode()