Searched refs:caller_frame (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.h | 43 const ShadowFrame& caller_frame,
|
D | emulated_stack_frame.cc | 150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs() argument 189 ShadowFrameGetter getter(caller_frame, operands); in CreateFromShadowFrameAndArgs()
|
/art/runtime/ |
D | method_handles.cc | 312 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame() argument 321 uint32_t src_value = caller_frame.GetVReg(src_reg); in CopyArgumentsFromCallerFrame() 322 ObjPtr<mirror::Object> o = caller_frame.GetVRegReference<kVerifyNone>(src_reg); in CopyArgumentsFromCallerFrame() 338 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame() argument 352 ShadowFrameGetter getter(caller_frame, operands); in ConvertAndCopyArgumentsFromCallerFrame()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 962 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local 963 shadow_frame->SetLink(caller_frame.get()); in TEST_F() 980 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local 981 shadow_frame->SetLink(caller_frame.get()); in TEST_F()
|
D | interpreter_common.cc | 569 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame, 1507 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters() argument 1517 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters() 1523 AssignRegister(callee_frame, caller_frame, first_dest_reg + arg_index, arg[arg_index]); in CopyRegisters()
|