Searched refs:UnionHandle (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/ |
D | types.cc | 446 UnionHandle unioned = handle(this->AsUnion()); in SlowIs() 510 UnionHandle unioned = handle(this->AsUnion()); in Maybe() 634 UnionHandle result = UnionType::New(size, region); in Intersect() 659 RangeHandle range, UnionHandle result, int size, Region* region) { in UpdateRange() 684 UnionHandle result, int size, Region* region) { in IntersectAux() 762 UnionHandle result = UnionType::New(size, region); in Union() 793 TypeHandle type, UnionHandle result, int size, Region* region) { in AddToUnion() 811 UnionHandle unioned, int size) { in NormalizeUnion() 837 UnionHandle unioned = handle(this->AsUnion()); in NumClasses() 855 UnionHandle unioned = handle(this->AsUnion()); in NumConstants() [all …]
|
D | types.h | 312 typedef typename Config::template Handle<UnionType>::type UnionHandle; typedef 545 RangeHandle type, UnionHandle result, int size, Region* region); 552 TypeHandle type, UnionHandle result, int size, Region* region); 555 UnionHandle result, int size, Region* region); 556 static TypeHandle NormalizeUnion(UnionHandle unioned, int size); 694 static UnionHandle New(int length, Region* region) { in New()
|