Searched refs:frame_info_ (Results 1 – 4 of 4) sorted by relevance
62 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FrameSizeInBytes(); in GetFrameSizeInBytes()70 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.CoreSpillMask(); in GetCoreSpillMask()78 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FpSpillMask(); in GetFpSpillMask()
190 QuickMethodFrameInfo frame_info_; variable
505 frame_info_(0, 0, 0), in OatQuickMethodHeader()514 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), in OatQuickMethodHeader()
398 return reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].frame_info_; in GetQuickFrameInfo()