Lines Matching refs:WordEqual
248 GotoIf(WordEqual(maybe_names, SmiZero()), &out); in ConstructNewResultFromMatchInfo()
840 Node* const has_initialmap = WordEqual(map, initial_map); in IsFastRegExpNoPrototype()
881 TNode<BoolT> has_initialexec = WordEqual(regexp_exec, original_exec); in IsFastRegExpWithOriginalExec()
915 CSA_ASSERT(this, WordEqual(LoadMap(object), map)); in BranchIfFastRegExp()
927 Node* const has_initialmap = WordEqual(map, initial_map); in BranchIfFastRegExp()
935 WordEqual(proto_map, initial_proto_initial_map); in BranchIfFastRegExp()
984 Branch(WordEqual(map, initial_regexp_result_map), if_isunmodified, in BranchIfFastRegExpResult()
1307 GotoIfNot(WordEqual(value, regexp_function), &next); in TF_BUILTIN()
1374 Branch(WordEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
1478 Branch(WordEqual(receiver, initial_prototype), &if_isprototype, in TF_BUILTIN()
1599 Branch(WordEqual(receiver, initial_prototype), &if_isprototype, in FlagGetter()
2093 CSA_ASSERT(this, WordEqual(SmiZero(), last_index)); in MatchAllIterator()
2469 GotoIf(WordEqual(array.length(), int_limit), &out); in RegExpPrototypeSplitBody()
2519 GotoIf(WordEqual(array.length(), int_limit), &out); in RegExpPrototypeSplitBody()
3085 GotoIfNot(WordEqual(maybe_match_indices, null), &if_matched); in TF_BUILTIN()