Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc184 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DoGetCalleeSaveMethodOuterCallerAndPc() local
189 ArtMethod* outer_method = *caller_sp; in DoGetCalleeSaveMethodOuterCallerAndPc()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc350 ArtMethod** caller_sp = reinterpret_cast<ArtMethod**>( in GetCallingDexPc() local
353 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc); in GetCallingDexPc()
369 return current_code->ToDexPc(*caller_sp, outer_pc); in GetCallingDexPc()
378 ArtMethod** caller_sp = reinterpret_cast<ArtMethod**>( in GetInvokeType() local
381 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc); in GetInvokeType()
1214 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DumpB74410240DebugData() local
1219 ArtMethod* outer_method = *caller_sp; in DumpB74410240DebugData()