Home
last modified time | relevance | path

Searched refs:if_not_same (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc659 Label* if_not_same);
665 Label* if_same, Label* if_not_same);
677 Label* if_not_same);
694 Label* if_same, Label* if_not_same);
824 Label* if_not_same) { in SameValueZeroSmi() argument
830 GotoIf(TaggedIsSmi(candidate_key), if_not_same); in SameValueZeroSmi()
834 GotoIfNot(IsHeapNumber(candidate_key), if_not_same); in SameValueZeroSmi()
841 Goto(if_not_same); in SameValueZeroSmi()
855 [&](Node* other_key, Label* if_same, Label* if_not_same) { in FindOrderedHashTableEntryForSmiKey() argument
856 SameValueZeroSmi(smi_key, other_key, if_same, if_not_same); in FindOrderedHashTableEntryForSmiKey()
[all …]