Lines Matching refs:caller_method
2531 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeCommon() local
2532 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon()
2534 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCommon()
2544 caller_method, in artInvokeCommon()
2646 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local
2655 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2667 const DexFile& dex_file = *caller_method->GetDexFile(); in artInvokeInterfaceTrampoline()
2678 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
2716 interface_method, this_object.Get(), caller_method); in artInvokeInterfaceTrampoline()
2761 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokePolymorphic() local
2763 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
2767 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokePolymorphic()
2782 self, inst.VRegB(), caller_method, kVirtual); in artInvokePolymorphic()
2785 hs.NewHandle(linker->ResolveMethodType(self, proto_idx, caller_method))); in artInvokePolymorphic()
2885 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeCustom() local
2887 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCustom()
2889 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokeCustom()
2896 CREATE_SHADOW_FRAME(num_vregs, /* link= */ nullptr, caller_method, dex_pc); in artInvokeCustom()