Searched defs:lr (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc1051 uintptr_t lr, bool interpreter_entry) {
1057 << reinterpret_cast<void*>(lr);
1059 instrumentation::InstrumentationStackFrame instrumentation_frame(this_object, method, lr,
1049 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.cc388 uint8_t* lr = reinterpret_cast<uint8_t*>(sp) + kQuickCalleeSaveFrame_RefAndArgs_LrOffset; local
389 return *reinterpret_cast<uintptr_t*>(lr);

Completed in 56 milliseconds