Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc202 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DoGetCalleeSaveMethodOuterCallerAndPc() local
207 ArtMethod* outer_method = *caller_sp; in DoGetCalleeSaveMethodOuterCallerAndPc()
237 ArtMethod** caller_sp = reinterpret_cast<ArtMethod**>( in DoGetCalleeSaveMethodCallerAndDexPc() local
239 *dex_pc = current_code->ToDexPc(caller_sp, caller_pc); in DoGetCalleeSaveMethodCallerAndDexPc()
/art/runtime/
Dinstrumentation.cc1600 uintptr_t caller_sp = reinterpret_cast<uintptr_t>(sp) + frame_size; in ShouldDeoptimizeCaller() local
1601 ArtMethod* caller = *(reinterpret_cast<ArtMethod**>(caller_sp)); in ShouldDeoptimizeCaller()
1628 reinterpret_cast<uint8_t*>(caller_sp) + header->GetShouldDeoptimizeFlagOffset(); in ShouldDeoptimizeCaller()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1057 auto** caller_sp = reinterpret_cast<ArtMethod**>( in DumpB74410240DebugData() local
1062 ArtMethod* outer_method = *caller_sp; in DumpB74410240DebugData()