Searched refs:if_notsame (Results 1 – 2 of 2) sorted by relevance
3356 auto if_notsame = __ MakeDeferredLabel(); in LowerCheckEqualsInternalizedString() local3361 __ Branch(__ WordEqual(exp, val), &if_same, &if_notsame); in LowerCheckEqualsInternalizedString()3363 __ Bind(&if_notsame); in LowerCheckEqualsInternalizedString()
10713 Label if_notsame(this); in Equal() local10714 GotoIf(WordNotEqual(left, right), &if_notsame); in Equal()10721 BIND(&if_notsame); in Equal()11076 Label if_same(this), if_notsame(this); in StrictEqual() local11077 Branch(WordEqual(lhs, rhs), &if_same, &if_notsame); in StrictEqual()11089 BIND(&if_notsame); in StrictEqual()