Searched refs:must_deconstruct_frame_ (Results 1 – 2 of 2) sorted by relevance
1601 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()1602 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()1603 void clear_must_deconstruct_frame() { must_deconstruct_frame_ = false; } in NON_EXPORTED_BASE()1625 bool must_deconstruct_frame_ : 1; in NON_EXPORTED_BASE() local
634 must_deconstruct_frame_(false) {} in InstructionBlock()