Searched refs:needs_frame_ (Results 1 – 2 of 2) sorted by relevance
1595 bool needs_frame() const { return needs_frame_; } in NON_EXPORTED_BASE()1596 void mark_needs_frame() { needs_frame_ = true; } in NON_EXPORTED_BASE()1623 bool needs_frame_ : 1; in NON_EXPORTED_BASE() local
632 needs_frame_(false), in InstructionBlock()