Searched refs:must_construct_frame_ (Results 1 – 2 of 2) sorted by relevance
1303 bool must_construct_frame() const { return must_construct_frame_; } in NON_EXPORTED_BASE()1304 void mark_must_construct_frame() { must_construct_frame_ = true; } in NON_EXPORTED_BASE()1322 bool must_construct_frame_; in NON_EXPORTED_BASE() local
622 must_construct_frame_(false), in InstructionBlock()