Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1904 uintptr_t caller_pc = *reinterpret_cast<uintptr_t*>(reinterpret_cast<byte*>(sp) + pc_offset); in artInvokeInterfaceTrampoline() local
1907 uint32_t dex_pc = caller_method->ToDexPc(caller_pc); in artInvokeInterfaceTrampoline()