Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h500 bool interpreter_entry)
775 bool interpreter_entry, in InstrumentationStackFrame()
781 interpreter_entry_(interpreter_entry), in InstrumentationStackFrame()
Dinstrumentation.cc1391 bool interpreter_entry) { in PushInstrumentationStackFrame() argument
1404 if (!interpreter_entry) { in PushInstrumentationStackFrame()
1417 h_this.Get(), method, lr, frame_id, interpreter_entry, current_force_deopt_id_); in PushInstrumentationStackFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1060 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); in artInstrumentationMethodEntryFromCode() local
1076 interpreter_entry); in artInstrumentationMethodEntryFromCode()