Searched refs:caller_method (Results 1 – 3 of 3) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2101 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/ |
D | common_dex_operations.h | 83 ArtMethod* caller_method, in PerformCall() argument 102 self, caller_method, callee_frame, first_dest_reg, result); in PerformCall()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 951 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()
|