Lines Matching refs:guards
1946 if (alternative.guards() != nullptr &&
1947 alternative.guards()->length() != 0) {
3048 ZoneList<Guard*>* guards = alternative.guards();
3049 int guard_count = (guards == nullptr) ? 0 : guards->length();
3051 DCHECK(!trace->mentions_reg(guards->at(j)->reg()));
3075 if (choice_count == 1 && alternatives_->at(0).guards() == nullptr) {
3185 if (alt1.guards() != nullptr && alt1.guards()->length() != 0) {
3244 ZoneList<Guard*>* guards = alternative.guards();
3245 int guard_count = (guards == nullptr) ? 0 : guards->length();
3299 GenerateGuard(macro_assembler, guards->at(j), &new_trace);
3322 ZoneList<Guard*>* guards = alternative.guards();
3323 int guard_count = (guards == nullptr) ? 0 : guards->length();
3328 GenerateGuard(macro_assembler, guards->at(j), &out_of_line_trace);
3341 GenerateGuard(macro_assembler, guards->at(j), &out_of_line_trace);
3817 if (alt.guards() != nullptr && alt.guards()->length() != 0) {