Searched refs:caller_sp (Results 1 – 2 of 2) sorted by relevance
265 auto** caller_sp = reinterpret_cast<ArtMethod**>( in GetCalleeSaveMethodCaller() local270 ArtMethod* outer_method = *caller_sp; in GetCalleeSaveMethodCaller()
322 ArtMethod** caller_sp = reinterpret_cast<ArtMethod**>( in GetCallingDexPc() local325 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc); in GetCallingDexPc()341 return current_code->ToDexPc(*caller_sp, outer_pc); in GetCallingDexPc()