Home
last modified time | relevance | path

Searched refs:semantic1 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-types.cc267 TypeHandle semantic1 = T.Semantic(type1); in PointwiseRepresentation() local
273 TypeHandle semantic_union = T.Union(semantic1, semantic2); in PointwiseRepresentation()
286 TypeHandle semantic1 = T.Semantic(type1); in PointwiseRepresentation() local
292 TypeHandle semantic_intersection = T.Intersect(semantic1, semantic2); in PointwiseRepresentation()
305 TypeHandle semantic1 = T.Semantic(type1); in PointwiseRepresentation() local
309 bool semantic_is = semantic1->Is(semantic2); in PointwiseRepresentation()