Lines Matching refs:caller_method

2299   ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp);  in artInvokeCommon()  local
2300 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon()
2302 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCommon()
2312 caller_method, in artInvokeCommon()
2414 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local
2423 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2435 const DexFile& dex_file = *caller_method->GetDexFile(); in artInvokeInterfaceTrampoline()
2446 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
2489 interface_method, this_object.Get(), caller_method); in artInvokeInterfaceTrampoline()
2534 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokePolymorphic() local
2536 const Instruction& inst = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokePolymorphic()
2540 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokePolymorphic()
2555 self, inst.VRegB(), caller_method, kVirtual); in artInvokePolymorphic()
2558 hs.NewHandle(linker->ResolveMethodType(self, proto_idx, caller_method))); in artInvokePolymorphic()
2658 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeCustom() local
2660 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCustom()
2662 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokeCustom()
2669 CREATE_SHADOW_FRAME(num_vregs, /* link= */ nullptr, caller_method, dex_pc); in artInvokeCustom()