Searched refs:IsUndetectableMap (Results 1 – 3 of 3) sorted by relevance
1745 SelectBooleanConstant(IsUndetectableMap(LoadMap(CAST(object)))); in IGNITION_HANDLER()1841 Branch(IsUndetectableMap(LoadMap(CAST(object))), &if_true, &if_false); in IGNITION_HANDLER()
1505 GotoIf(IsUndetectableMap(value_map), if_false); in BranchIfToBooleanIsTrue()6197 TNode<BoolT> CodeStubAssembler::IsUndetectableMap(TNode<Map> map) { in IsUndetectableMap() function in v8::internal::CodeStubAssembler12749 GotoIf(IsUndetectableMap(left_map), &if_left_not_boolean); in Equal()12760 GotoIf(IsUndetectableMap(right_map), &if_right_undetectable); in Equal()12872 Branch(IsUndetectableMap(right_map), &if_right_undetectable, in Equal()12883 Branch(IsUndetectableMap(left_map), &if_equal, &if_notequal); in Equal()
2646 TNode<BoolT> IsUndetectableMap(TNode<Map> map);