Searched refs:check_undetectable (Results 1 – 1 of 1) sorted by relevance
855 auto check_undetectable = __ MakeLabel(MachineRepresentation::kTagged); in ReduceJSEqual() local858 &check_undetectable, rhs); in ReduceJSEqual()859 __ GotoIf(__ ReferenceEqual(lhs, __ NullConstant()), &check_undetectable, in ReduceJSEqual()862 &check_undetectable, lhs); in ReduceJSEqual()863 __ GotoIf(__ ReferenceEqual(rhs, __ NullConstant()), &check_undetectable, in ReduceJSEqual()867 __ Bind(&check_undetectable); in ReduceJSEqual()869 __ ObjectIsUndetectable(check_undetectable.PhiAt<Object>(0))); in ReduceJSEqual()