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

  /external/v8/src/ast/
ast-types.cc 1027 AstUnionType* unioned = union_type->AsUnion(); local
    [all...]
ast-types.h     [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...]
types.h 663 static Type* NormalizeUnion(Type* unioned, int size, Zone* zone);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 39 // they're scanned. The returned Pragma value will be unioned into the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 39 // they're scanned. The returned Pragma value will be unioned into the
  /system/sepolicy/
Android.mk 47 $(warning BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are implicitly unioned; please remove from your BoardConfig.mk or other .mk file.)
    [all...]

Completed in 205 milliseconds