Home
last modified time | relevance | path

Searched refs:StructuralType (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dtypes.h563 class StructuralType : public TypeBase {
587 StructuralType(Kind kind, int length, Zone* zone) in StructuralType() function
600 class TupleType : public StructuralType {
610 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType()
624 class UnionType : public StructuralType {
629 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {} in UnionType()