Home
last modified time | relevance | path

Searched refs:GetFrameInfo (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file-inl.h55 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()
63 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().CoreSpillMask(); in GetCoreSpillMask()
71 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FpSpillMask(); in GetFpSpillMask()
Doat_quick_method_header.h167 QuickMethodFrameInfo GetFrameInfo() const { in GetFrameInfo() function
Dstack.cc714 return cur_oat_quick_method_header_->GetFrameInfo(); in GetCurrentQuickFrameInfo()