Lines Matching refs:pending_label_
90 pending_label_(0), in AsmJsParser()
1039 bool can_break_to_block = pending_label_ != 0; in Block()
1041 Begin(pending_label_); in Block()
1043 pending_label_ = 0; in Block()
1138 Begin(pending_label_); in WhileStatement()
1140 Loop(pending_label_); in WhileStatement()
1141 pending_label_ = 0; in WhileStatement()
1162 Begin(pending_label_); in DoStatement()
1166 BareBegin(BlockKind::kLoop, pending_label_); in DoStatement()
1168 pending_label_ = 0; in DoStatement()
1203 Begin(pending_label_); in ForStatement()
1207 BareBegin(BlockKind::kLoop, pending_label_); in ForStatement()
1209 pending_label_ = 0; in ForStatement()
1278 if (pending_label_ != 0) { in LabelledStatement()
1281 pending_label_ = scanner_.Token(); in LabelledStatement()
1299 Begin(pending_label_); in SwitchStatement()
1300 pending_label_ = 0; in SwitchStatement()