Searched refs:needs_frame_ (Results 1 – 2 of 2) sorted by relevance
1428 bool needs_frame() const { return needs_frame_; } in NON_EXPORTED_BASE()1429 void mark_needs_frame() { needs_frame_ = true; } in NON_EXPORTED_BASE()1449 bool needs_frame_; in NON_EXPORTED_BASE() local
649 needs_frame_(false), in InstructionBlock()