Lines Matching refs:frame_info
162 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer);
167 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask();
191 *val = *GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(),
192 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
216 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer);
222 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask();
244 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(),
245 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
263 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer);
268 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask();
301 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(),
302 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
327 QuickMethodFrameInfo frame_info = m->GetQuickFrameInfo(code_pointer);
333 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask();
363 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(),
364 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);