Home
last modified time | relevance | path

Searched refs:caller_frame (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.h43 const ShadowFrame& caller_frame,
Demulated_stack_frame.cc150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs() argument
189 ShadowFrameGetter getter(caller_frame, operands); in CreateFromShadowFrameAndArgs()
/art/runtime/
Dmethod_handles.cc313 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/
Dunstarted_runtime_test.cc962 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()
Dinterpreter_common.cc248 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame,
1186 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters() argument
1196 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg); in CopyRegisters()
1202 AssignRegister(callee_frame, caller_frame, first_dest_reg + arg_index, arg[arg_index]); in CopyRegisters()