Lines Matching refs:if_equal
130 Label if_equal(this), if_notequal(this), if_indirect(this, Label::kDeferred),
148 &if_equal, &if_notequal, &if_indirect);
159 BIND(&if_equal);
168 TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal,
173 GotoIf(TaggedEqual(lhs, rhs), if_equal);
224 rhs_instance_type, MachineType::Uint8(), length, if_equal,
229 rhs_instance_type, MachineType::Uint16(), length, if_equal,
234 rhs_instance_type, MachineType::Uint16(), length, if_equal,
239 rhs_instance_type, MachineType::Uint8(), length, if_equal,
246 TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) {
262 GotoIf(WordEqual(var_offset.value(), length), if_equal);
559 Label if_less(this), if_equal(this), if_greater(this);
567 GotoIf(TaggedEqual(lhs, rhs), &if_equal);
643 GotoIf(IntPtrEqual(lhs_length, rhs_length), &if_equal);
692 BIND(&if_equal);