Searched refs:caller_method (Results 1 – 3 of 3) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 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 [all …]
|
/art/runtime/ |
D | common_dex_operations.h | 60 ArtMethod* caller_method, in PerformCall() argument 71 self, caller_method, callee_frame, first_dest_reg, result); in PerformCall()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 954 ArtMethod* caller_method = floating_decimal->FindClassMethod( in TEST_F() local 959 ASSERT_TRUE(caller_method != nullptr); in TEST_F() 960 ASSERT_TRUE(caller_method->IsDirect()); in TEST_F() 961 ASSERT_TRUE(caller_method->GetDeclaringClass() == floating_decimal.Get()); in TEST_F() 962 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() 978 ArtMethod* caller_method = in TEST_F() local 980 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F()
|