Home
last modified time | relevance | path

Searched refs:caller_method (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2299 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
[all …]
/art/runtime/
Dcommon_dex_operations.h62 ArtMethod* caller_method, in PerformCall() argument
73 self, caller_method, callee_frame, first_dest_reg, result); in PerformCall()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc954 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()