Searched refs:caller_method (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | common_dex_operations.h | 57 ArtMethod* caller_method, in PerformCall() argument 68 self, caller_method, callee_frame, first_dest_reg, result); in PerformCall()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2525 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeCommon() local 2526 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon() 2528 const DexFile* dex_file = caller_method->GetDeclaringClass()->GetDexCache()->GetDexFile(); in artInvokeCommon() 2538 caller_method, in artInvokeCommon() 2640 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local 2649 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline() 2661 const DexFile& dex_file = caller_method->GetDeclaringClass()->GetDexFile(); in artInvokeInterfaceTrampoline() 2672 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline() 2710 interface_method, this_object.Get(), caller_method); in artInvokeInterfaceTrampoline() 2762 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokePolymorphic() local [all …]
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 971 ArtMethod* caller_method = floating_decimal->FindClassMethod( in TEST_F() local 976 ASSERT_TRUE(caller_method != nullptr); in TEST_F() 977 ASSERT_TRUE(caller_method->IsDirect()); in TEST_F() 978 ASSERT_TRUE(caller_method->GetDeclaringClass() == floating_decimal.Get()); in TEST_F() 979 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); in TEST_F() 995 ArtMethod* caller_method = in TEST_F() local 997 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); in TEST_F()
|