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

  /external/v8/src/compiler/
types.h 228 static bitset UnsignedSmall();
525 static Type* UnsignedSmall() {
526 return BitsetType::New(BitsetType::UnsignedSmall());
type-cache.h 96 Type* const kJSTypedArrayLengthType = Type::UnsignedSmall();
types.cc     [all...]
verifier.cc 926 // (String, Unsigned32) -> UnsignedSmall
929 CheckTypeIs(node, Type::UnsignedSmall());
    [all...]
  /external/v8/src/ast/
ast-types.h 294 static bitset UnsignedSmall();
705 static AstType* UnsignedSmall() {
706 return AstBitsetType::New(AstBitsetType::UnsignedSmall());
    [all...]
ast-types.cc     [all...]

Completed in 122 milliseconds