Searched refs:must_construct_frame_ (Results 1 – 2 of 2) sorted by relevance
1250 bool must_construct_frame() const { return must_construct_frame_; } in must_construct_frame()1251 void mark_must_construct_frame() { must_construct_frame_ = true; } in mark_must_construct_frame()1272 bool must_construct_frame_; variable
580 must_construct_frame_(false), in InstructionBlock()