Home
last modified time | relevance | path

Searched refs:frame_info_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file-inl.h62 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()
Doat.h189 QuickMethodFrameInfo frame_info_; variable
Doat.cc505 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) { in OatQuickMethodHeader()
/art/runtime/mirror/
Dart_method-inl.h409 return reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].frame_info_; in GetQuickFrameInfo()