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