Lines Matching refs:caller_method

2200   ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp);  in artInvokeCommon()  local
2201 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon()
2203 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCommon()
2213 caller_method, in artInvokeCommon()
2304 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local
2307 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2319 const DexFile& dex_file = *caller_method->GetDexFile(); in artInvokeInterfaceTrampoline()
2330 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
2374 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local
2376 interface_method, obj_this.Ptr(), caller_method); in artInvokeInterfaceTrampoline()
2423 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokePolymorphic() local
2425 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
2429 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokePolymorphic()
2444 self, inst.VRegB(), caller_method, kVirtual); in artInvokePolymorphic()
2447 hs.NewHandle(linker->ResolveMethodType(self, proto_idx, caller_method))); in artInvokePolymorphic()
2547 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeCustom() local
2549 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCustom()
2551 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokeCustom()
2558 CREATE_SHADOW_FRAME(num_vregs, /* link= */ nullptr, caller_method, dex_pc); in artInvokeCustom()