Searched refs:GetCallingMethodAndDexPc (Results 1 – 1 of 1) sorted by relevance
289 static ArtMethod* GetCallingMethodAndDexPc(ArtMethod** sp, uint32_t* dex_pc) in GetCallingMethodAndDexPc() function in art::QuickArgumentVisitor297 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()