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

/external/v8/src/
H A Dtypes.cc446 UnionHandle unioned = handle(this->AsUnion());
510 UnionHandle unioned = handle(this->AsUnion());
634 UnionHandle result = UnionType::New(size, region);
659 RangeHandle range, UnionHandle result, int size, Region* region) {
684 UnionHandle result, int size, Region* region) {
762 UnionHandle result = UnionType::New(size, region);
793 TypeHandle type, UnionHandle result, int size, Region* region) {
811 UnionHandle unioned, int size) {
837 UnionHandle unioned = handle(this->AsUnion());
855 UnionHandle unione
[all...]
H A Dtypes.h312 typedef typename Config::template Handle<UnionType>::type UnionHandle; typedef in class:v8::internal::TypeImpl
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) {

Completed in 339 milliseconds