Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc289 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc() function in art::QuickArgumentVisitor
297 return GetCallingMethodAndDexPc(sp, &dex_pc); in GetCallingMethod()
1156 caller = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artQuickResolutionTrampoline()
2115 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokeCommon()
2227 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokeInterfaceTrampoline()
2347 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokePolymorphic()
2472 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokeCustom()