HomeSort by relevance Sort by last modified time
    Searched defs:unioned (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast-types.cc 1027 AstUnionType* unioned = union_type->AsUnion(); local
    [all...]
  /external/v8/src/compiler/
types.cc 917 UnionType* unioned = union_type->AsUnion(); local
919 DCHECK(unioned->Get(0)->IsBitset());
922 return unioned->Get(0);
924 bitset bits = unioned->Get(0)->AsBitset();
927 if (unioned->Get(1)->IsRange()) {
928 return RangeType::New(unioned->Get(1)->AsRange()->Min(),
929 unioned->Get(1)->AsRange()->Max(), zone);
932 unioned->Shrink(size);
933 SLOW_DCHECK(unioned->Wellformed());
    [all...]

Completed in 59 milliseconds