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.cc2101 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokeCommon() local
2102 CodeItemInstructionAccessor accessor(caller_method->DexInstructions()); in artInvokeCommon()
2107 self, caller_method, &this_object, instr, /* only_lookup_tls_cache= */ true, &string_init); in artInvokeCommon()
2114 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCommon()
2124 caller_method, in artInvokeCommon()
2215 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethodAndDexPc(sp, &dex_pc); in artInvokeInterfaceTrampoline() local
2217 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline()
2229 const DexFile& dex_file = *caller_method->GetDexFile(); in artInvokeInterfaceTrampoline()
2240 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
2286 ArtMethod* caller_method = QuickArgumentVisitor::GetCallingMethod(sp); in artInvokeInterfaceTrampoline() local
[all …]
/art/runtime/
Dcommon_dex_operations.h83 ArtMethod* caller_method, in PerformCall() argument
102 self, caller_method, callee_frame, first_dest_reg, result); in PerformCall()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc951 ArtMethod* caller_method = floating_decimal->FindClassMethod( in TEST_F() local
956 ASSERT_TRUE(caller_method != nullptr); in TEST_F()
957 ASSERT_TRUE(caller_method->IsDirect()); in TEST_F()
958 ASSERT_TRUE(caller_method->GetDeclaringClass() == floating_decimal.Get()); in TEST_F()
959 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, caller_method, 0); in TEST_F()
975 ArtMethod* caller_method = in TEST_F() local
977 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, caller_method, 0); in TEST_F()