Searched refs:AsUnion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dtypes.cc83 for (int i = 0; i < this->AsUnion()->Length(); ++i) {
84 min = std::min(min, this->AsUnion()->Get(i)->Min());
101 for (int i = 0; i < this->AsUnion()->Length(); ++i) {
102 max = std::max(max, this->AsUnion()->Get(i)->Max());
125 SLOW_DCHECK(type->AsUnion()->Wellformed());
126 return type->AsUnion()->Get(0)->BitsetGlb(); // Shortcut.
142 for (int i = 0; i < type->AsUnion()->Length(); ++i) {
143 bitset |= type->AsUnion()->Get(i)->BitsetLub();
446 UnionHandle unioned = handle(this->AsUnion());
455 for (int i = 0; i < that->AsUnion()
[all...]
H A Dtypes.h512 UnionType* AsUnion() { return UnionType::cast(this); } function in class:v8::internal::TypeImpl
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc32 static Struct* AsUnion(Type* t) { function in struct:ZoneRep
63 static Struct* AsUnion(Handle<HeapType> t) { return AsStruct(t); } function in struct:HeapRep
364 this->Length(this->AsUnion(type1)) ==
365 this->Length(this->AsUnion(type2)));

Completed in 113 milliseconds