HomeSort by relevance Sort by last modified time
    Searched refs:frame_info_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat_file-inl.h 62 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FrameSizeInBytes();
70 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.CoreSpillMask();
78 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FpSpillMask();
oat.h 189 QuickMethodFrameInfo frame_info_; variable
oat.cc 505 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) {
  /art/runtime/mirror/
art_method-inl.h 409 return reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].frame_info_;

Completed in 62 milliseconds