Searched refs:must_deconstruct_frame_ (Results 1 – 2 of 2) sorted by relevance
1306 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()1307 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()1323 bool must_deconstruct_frame_; in NON_EXPORTED_BASE() local
623 must_deconstruct_frame_(false) {} in InstructionBlock()