Lines Matching refs:if_same

535                         Label* if_same, Label* if_not_same);
541 TNode<Object> candidate_key, Label* if_same,
552 Label* if_same, Label* if_not_same);
571 TNode<Object> candidate_key, Label* if_same,
824 Label* if_same,
827 GotoIf(TaggedEqual(candidate_key, key_smi), if_same);
841 GotoIf(Float64Equal(candidate_key_number, key_number), if_same);
1176 [&](TNode<Object> other_key, Label* if_same, Label* if_not_same) {
1177 SameValueZeroSmi(smi_key, other_key, if_same, if_not_same);
1191 [&](TNode<Object> other_key, Label* if_same, Label* if_not_same) {
1192 SameValueZeroString(key_tagged, other_key, if_same, if_not_same);
1207 [&](TNode<Object> other_key, Label* if_same, Label* if_not_same) {
1208 SameValueZeroHeapNumber(key_float, other_key, if_same, if_not_same);
1222 [&](TNode<Object> other_key, Label* if_same, Label* if_not_same) {
1223 SameValueZeroBigInt(key_big_int, other_key, if_same, if_not_same);
1237 [&](TNode<Object> other_key, Label* if_same, Label* if_not_same) {
1238 Branch(TaggedEqual(key_heap_object, other_key), if_same, if_not_same);
1262 TNode<String> key_string, TNode<Object> candidate_key, Label* if_same,
1271 if_same, if_not_same);
1275 TNode<BigInt> key, TNode<Object> candidate_key, Label* if_same,
1283 if_same, if_not_same);
1287 TNode<Float64T> key_float, TNode<Object> candidate_key, Label* if_same,
1298 GotoIf(Float64Equal(key_float, candidate_float), if_same);
1308 if_same);
1315 Branch(Float64Equal(key_float, candidate_float), if_same, if_not_same);
2445 Label* if_same) {
2447 GotoIf(TaggedEqual(entry_key, key), if_same);