Searched refs:UnsignedSmall (Results 1 – 10 of 10) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 79 CHECK(t->Is(Type::UnsignedSmall())); in TEST() 101 CHECK(!t->Is(Type::UnsignedSmall())); in TEST() 133 CHECK(t->Is(Type::UnsignedSmall())); in TEST() 158 CHECK(t->Is(Type::UnsignedSmall())); in TEST() 183 CHECK(t->Is(Type::UnsignedSmall())); in TEST()
|
D | test-js-typed-lowering.cc | 218 static Type* kInt32Types[] = {Type::UnsignedSmall(), Type::Negative32(), 225 Type::UnsignedSmall(), Type::Negative32(), Type::Unsigned31(), 359 Type::SignedSmall(), Type::UnsignedSmall(), Type::Negative32(), in TEST() 417 Type::SignedSmall(), Type::UnsignedSmall(), Type::Unsigned32(), in TEST() 870 Type* simple_number_types[] = {Type::UnsignedSmall(), Type::SignedSmall(), in TEST()
|
/external/v8/test/unittests/compiler/ |
D | js-builtin-reducer-unittest.cc | 61 Type* const kIntegral32Types[] = {Type::UnsignedSmall(), Type::Negative32(), 72 Type::UnsignedSmall(), Type::Negative32(), Type::Unsigned31(),
|
D | change-lowering-unittest.cc | 138 Node* value = Parameter(Type::UnsignedSmall()); in TARGET_TEST_P()
|
/external/v8/test/cctest/ |
D | types-fuzz.h | 50 UnsignedSmall = Type::UnsignedSmall(region); in Types() 142 TypeHandle UnsignedSmall; variable
|
D | test-types.cc | 371 CHECK(T.Constant(fac->NewNumber(0))->Is(T.UnsignedSmall)); in Constant() 372 CHECK(T.Constant(fac->NewNumber(1))->Is(T.UnsignedSmall)); in Constant() 373 CHECK(T.Constant(fac->NewNumber(0x3fffffff))->Is(T.UnsignedSmall)); in Constant() 386 CHECK(!T.Constant(fac->NewNumber(0x40000000))->Is(T.UnsignedSmall)); in Constant() 387 CHECK(!T.Constant(fac->NewNumber(0x7fffffff))->Is(T.UnsignedSmall)); in Constant() 392 CHECK(T.Constant(fac->NewNumber(0x40000000))->Is(T.UnsignedSmall)); in Constant() 393 CHECK(T.Constant(fac->NewNumber(0x7fffffff))->Is(T.UnsignedSmall)); in Constant()
|
/external/v8/src/ |
D | types.h | 364 static TypeImpl* UnsignedSmall() { in UnsignedSmall() function 365 return BitsetType::New(BitsetType::UnsignedSmall()); in UnsignedSmall() 367 static TypeHandle UnsignedSmall(Region* region) { in UnsignedSmall() function 368 return BitsetType::New(BitsetType::UnsignedSmall(), region); in UnsignedSmall() 655 static bitset UnsignedSmall();
|
D | types-inl.h | 27 TypeImpl<Config>::BitsetType::UnsignedSmall() { in UnsignedSmall() function
|
/external/v8/src/compiler/ |
D | change-lowering.cc | 399 if (NodeProperties::GetType(value)->Is(Type::UnsignedSmall())) { in ChangeUint32ToTagged()
|
D | verifier.cc | 610 CheckUpperIs(node, Type::UnsignedSmall()); in Check()
|