Searched refs:caller_frame (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.h | 45 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 | 313 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame() argument 322 uint32_t src_value = caller_frame.GetVReg(src_reg); in CopyArgumentsFromCallerFrame() 323 ObjPtr<mirror::Object> o = caller_frame.GetVRegReference<kVerifyNone>(src_reg); in CopyArgumentsFromCallerFrame() 339 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame() argument 353 ShadowFrameGetter getter(caller_frame, operands); in ConvertAndCopyArgumentsFromCallerFrame()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 244 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame, 1182 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters() argument 1192 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters() 1198 AssignRegister(callee_frame, caller_frame, first_dest_reg + arg_index, arg[arg_index]); in CopyRegisters()
|
D | unstarted_runtime_test.cc | 957 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local 958 shadow_frame->SetLink(caller_frame.get()); in TEST_F() 975 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local 976 shadow_frame->SetLink(caller_frame.get()); in TEST_F()
|