Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc183 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, type); in DoGetCalleeSaveMethodOuterCallerAndPc() local
185 reinterpret_cast<uintptr_t>(sp) + callee_frame_size); in DoGetCalleeSaveMethodOuterCallerAndPc()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc348 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, in GetCallingDexPc() local
351 reinterpret_cast<uintptr_t>(sp) + callee_frame_size); in GetCallingDexPc()
376 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, in GetInvokeType() local
379 reinterpret_cast<uintptr_t>(sp) + callee_frame_size); in GetInvokeType()
1213 const size_t callee_frame_size = GetCalleeSaveFrameSize(kRuntimeISA, type); in DumpB74410240DebugData() local
1215 reinterpret_cast<uintptr_t>(sp) + callee_frame_size); in DumpB74410240DebugData()