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()
189 QuickMethodFrameInfo frame_info_; variable
505 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) { in OatQuickMethodHeader()
409 return reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].frame_info_; in GetQuickFrameInfo()