Searched refs:caller_frame (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.h | 46 const ShadowFrame& caller_frame,
|
D | emulated_stack_frame.cc | 150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs() argument 181 ShadowFrameGetter getter(caller_frame, operands); in CreateFromShadowFrameAndArgs()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_transaction_test.cc | 104 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, caller_method, 0); in TEST_F() local 105 shadow_frame->SetLink(caller_frame.get()); in TEST_F()
|
D | interpreter_common.cc | 231 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame, 1199 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters() argument 1209 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters() 1215 AssignRegister(callee_frame, caller_frame, first_dest_reg + arg_index, arg[arg_index]); in CopyRegisters()
|
D | unstarted_runtime_test.cc | 852 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, caller_method, 0); in TEST_F() local 853 shadow_frame->SetLink(caller_frame.get()); in TEST_F()
|
/art/runtime/ |
D | method_handles.cc | 324 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame() argument 333 uint32_t src_value = caller_frame.GetVReg(src_reg); in CopyArgumentsFromCallerFrame() 334 ObjPtr<mirror::Object> o = caller_frame.GetVRegReference<kVerifyNone>(src_reg); in CopyArgumentsFromCallerFrame()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 413 ArtMethod** caller_frame = self->GetManagedStack()->GetTopQuickFrame(); in AssertCallerObjectLocked() local 414 CHECK(caller_frame != nullptr); in AssertCallerObjectLocked() 415 ArtMethod* caller = *caller_frame; in AssertCallerObjectLocked() 428 uint8_t* sp = reinterpret_cast<uint8_t*>(caller_frame); in AssertCallerObjectLocked()
|