Searched refs:must_construct_frame_ (Results 1 – 2 of 2) sorted by relevance
1598 bool must_construct_frame() const { return must_construct_frame_; } in NON_EXPORTED_BASE()1599 void mark_must_construct_frame() { must_construct_frame_ = true; } in NON_EXPORTED_BASE()1624 bool must_construct_frame_ : 1; in NON_EXPORTED_BASE() local
633 must_construct_frame_(false), in InstructionBlock()