Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.h228 static bitset UnsignedSmall();
525 static Type* UnsignedSmall() { in UnsignedSmall() function
526 return BitsetType::New(BitsetType::UnsignedSmall()); in UnsignedSmall()
Dtype-cache.h96 Type* const kJSTypedArrayLengthType = Type::UnsignedSmall();
Dtypes.cc1056 BitsetType::bitset BitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::compiler::BitsetType
Dverifier.cc929 CheckTypeIs(node, Type::UnsignedSmall()); in Check()
/external/v8/src/ast/
Dast-types.h294 static bitset UnsignedSmall();
705 static AstType* UnsignedSmall() { in UnsignedSmall() function
706 return AstBitsetType::New(AstBitsetType::UnsignedSmall()); in UnsignedSmall()
Dast-types.cc1295 AstBitsetType::bitset AstBitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::AstBitsetType