Searched refs:caller_sp (Results 1 – 3 of 3) sorted by relevance
202 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DoGetCalleeSaveMethodOuterCallerAndPc() local207 ArtMethod* outer_method = *caller_sp; in DoGetCalleeSaveMethodOuterCallerAndPc()237 ArtMethod** caller_sp = reinterpret_cast<ArtMethod**>( in DoGetCalleeSaveMethodCallerAndDexPc() local239 *dex_pc = current_code->ToDexPc(caller_sp, caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
1600 uintptr_t caller_sp = reinterpret_cast<uintptr_t>(sp) + frame_size; in ShouldDeoptimizeCaller() local1601 ArtMethod* caller = *(reinterpret_cast<ArtMethod**>(caller_sp)); in ShouldDeoptimizeCaller()1628 reinterpret_cast<uint8_t*>(caller_sp) + header->GetShouldDeoptimizeFlagOffset(); in ShouldDeoptimizeCaller()
1057 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DumpB74410240DebugData() local1062 ArtMethod* outer_method = *caller_sp; in DumpB74410240DebugData()