Home | History | Annotate | Download | only in runtime

Lines Matching full:caller_frame

310 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame,
319 uint32_t src_value = caller_frame.GetVReg(src_reg);
320 ObjPtr<mirror::Object> o = caller_frame.GetVRegReference<kVerifyNone>(src_reg);
336 const ShadowFrame& caller_frame,
350 ShadowFrameGetter getter(caller_frame, operands);