Lines Matching refs:if_false
489 Label* if_false);
497 Label* if_false);
624 void BranchIfMapIteratorProtectorValid(Label* if_true, Label* if_false);
625 void BranchIfSetIteratorProtectorValid(Label* if_true, Label* if_false);
847 Label* if_true, Label* if_false) {
853 if_true, if_false);
860 Label* if_false) {
864 GotoIf(TaggedIsSmi(iterator), if_false);
870 &if_key_or_value_iterator, if_false);
876 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false);
877 BranchIfMapIteratorProtectorValid(&extra_checks, if_false);
885 GotoIfNot(TaggedEqual(map_iter_proto, initial_map_iter_proto), if_false);
893 Branch(TaggedEqual(iter_proto, initial_iter_proto), if_true, if_false);
899 compiler::CodeAssemblerLabel* if_false) {
902 iterable, context, if_true, if_false);
906 Label* if_true, Label* if_false) {
912 if_true, if_false);
917 Label* if_false) {
921 GotoIf(TaggedIsSmi(iterable), if_false);
927 &if_value_iterator, if_false);
934 GotoIfNot(TaggedEqual(set_proto, initial_set_proto), if_false);
941 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false);
948 GotoIfNot(TaggedEqual(set_iter_proto, initial_set_iter_proto), if_false);
956 GotoIfNot(TaggedEqual(iter_proto, initial_iter_proto), if_false);
960 BranchIfSetIteratorProtectorValid(if_true, if_false);
966 compiler::CodeAssemblerLabel* if_false) {
969 if_true, if_false);