HomeSort by relevance Sort by last modified time
    Searched refs:AsUnion (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
types.cc 83 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()->Length(); ++i)
    [all...]
types.h 512 UnionType* AsUnion() { return UnionType::cast(this); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 32 static Struct* AsUnion(Type* t) {
63 static Struct* AsUnion(Handle<HeapType> t) { return AsStruct(t); }
364 this->Length(this->AsUnion(type1)) ==
365 this->Length(this->AsUnion(type2)));
    [all...]

Completed in 192 milliseconds