Searched refs:GetFrameInfo (Results 1 – 3 of 3) sorted by relevance
50 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()58 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().CoreSpillMask(); in GetCoreSpillMask()66 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FpSpillMask(); in GetFpSpillMask()
155 uint32_t result = GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()162 QuickMethodFrameInfo GetFrameInfo() const { in GetFrameInfo() function169 QuickMethodFrameInfo frame_info = GetFrameInfo(); in GetShouldDeoptimizeFlagOffset()
749 return cur_oat_quick_method_header_->GetFrameInfo(); in GetCurrentQuickFrameInfo()