Lines Matching refs:WordEqual
107 GotoIf(WordEqual(a(), TheHoleConstant()), &initial); in ReduceProcessor()
756 GotoIf(WordEqual(value.value(), TheHoleConstant()), &hole_element); in VisitAllFastElementsOneKind()
855 GotoIf(WordEqual(value, protector_invalid), &runtime); in GenerateArraySpeciesCreate()
899 GotoIf(WordEqual(value, protector_invalid), &runtime); in GenerateArraySpeciesCreate()
967 GotoIf(WordEqual(LoadMap(elements), in TF_BUILTIN()
1016 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN()
1426 GotoIf(WordEqual(end, UndefinedConstant()), &end_undefined); in TF_BUILTIN()
1538 GotoIf(WordEqual(LoadMap(elements), in TF_BUILTIN()
1628 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN()
1648 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN()
2174 GotoIf(WordEqual<Object, Object>(length.value(), SmiConstant(0)), in TF_BUILTIN()
3115 GotoIf(WordEqual(element_k, search_element), &return_found); in GenerateSmiOrObject()
3193 GotoIf(WordEqual(search_element_string, element_k), &return_found); in GenerateSmiOrObject()
3196 Branch(WordEqual(search_length, LoadStringLengthAsWord(element_k)), in GenerateSmiOrObject()
3207 Branch(WordEqual(result, TrueConstant()), &return_found, &continue_loop); in GenerateSmiOrObject()
3225 Branch(WordEqual(result, TrueConstant()), &return_found, &continue_loop); in GenerateSmiOrObject()