Searched refs:GetFrameInfo (Results 1 – 3 of 3) sorted by relevance
57 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()65 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().CoreSpillMask(); in GetCoreSpillMask()73 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FpSpillMask(); in GetFpSpillMask()
126 uint32_t result = GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()133 QuickMethodFrameInfo GetFrameInfo() const { in GetFrameInfo() function
697 return cur_oat_quick_method_header_->GetFrameInfo(); in GetCurrentQuickFrameInfo()