Searched defs:interpreter_entry (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dinstrumentation.h481 bool interpreter_entry)
728 bool interpreter_entry)
733 interpreter_entry_(interpreter_entry) {
724 InstrumentationStackFrame(mirror::Object* this_object, ArtMethod* method, uintptr_t return_pc, size_t frame_id, bool interpreter_entry) argument
H A Dinstrumentation.cc1213 uintptr_t lr, bool interpreter_entry) {
1225 if (!interpreter_entry) {
1238 frame_id, interpreter_entry);
1211 PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object, ArtMethod* method, uintptr_t lr, bool interpreter_entry) argument
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1124 bool interpreter_entry = (result == GetQuickToInterpreterBridge()); local
1138 interpreter_entry);

Completed in 177 milliseconds