Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes.cc792 UnionHandle result = UnionType::New(size, region); in Intersect()
818 RangeHandle range, UnionHandle result, int size, Region* region) { in UpdateRange()
863 UnionHandle result, int size, Limits* lims, in IntersectAux()
1004 UnionHandle result = UnionType::New(size, region); in Union()
1038 TypeHandle type, UnionHandle result, int size, Region* region) { in AddToUnion()
1056 UnionHandle unioned, int size, Region* region) { in NormalizeUnion()
1223 UnionHandle unioned = UnionType::New(length, region); in Convert()
Dtypes.h343 typedef typename Config::template Handle<UnionType>::type UnionHandle; typedef
618 RangeHandle type, UnionHandle result, int size, Region* region);
629 TypeHandle type, UnionHandle result, int size, Region* region);
630 static int IntersectAux(TypeHandle type, TypeHandle other, UnionHandle result,
632 static TypeHandle NormalizeUnion(UnionHandle unioned, int size,
771 static UnionHandle New(int length, Region* region) { in New()