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

  /external/v8/test/unittests/compiler/
js-builtin-reducer-unittest.cc 61 Type* const kIntegral32Types[] = {Type::UnsignedSmall(), Type::Negative32(),
72 Type::UnsignedSmall(), Type::Negative32(), Type::Unsigned31(),
change-lowering-unittest.cc 138 Node* value = Parameter(Type::UnsignedSmall());
  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 79 CHECK(t->Is(Type::UnsignedSmall()));
101 CHECK(!t->Is(Type::UnsignedSmall()));
133 CHECK(t->Is(Type::UnsignedSmall()));
158 CHECK(t->Is(Type::UnsignedSmall()));
183 CHECK(t->Is(Type::UnsignedSmall()));
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(),
417 Type::SignedSmall(), Type::UnsignedSmall(), Type::Unsigned32(),
870 Type* simple_number_types[] = {Type::UnsignedSmall(), Type::SignedSmall(),
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 50 UnsignedSmall = Type::UnsignedSmall(region);
142 TypeHandle UnsignedSmall;
test-types.cc 371 CHECK(T.Constant(fac->NewNumber(0))->Is(T.UnsignedSmall));
372 CHECK(T.Constant(fac->NewNumber(1))->Is(T.UnsignedSmall));
373 CHECK(T.Constant(fac->NewNumber(0x3fffffff))->Is(T.UnsignedSmall));
386 CHECK(!T.Constant(fac->NewNumber(0x40000000))->Is(T.UnsignedSmall));
387 CHECK(!T.Constant(fac->NewNumber(0x7fffffff))->Is(T.UnsignedSmall));
392 CHECK(T.Constant(fac->NewNumber(0x40000000))->Is(T.UnsignedSmall));
393 CHECK(T.Constant(fac->NewNumber(0x7fffffff))->Is(T.UnsignedSmall));
    [all...]
  /external/v8/src/
types.h 364 static TypeImpl* UnsignedSmall() {
365 return BitsetType::New(BitsetType::UnsignedSmall());
367 static TypeHandle UnsignedSmall(Region* region) {
368 return BitsetType::New(BitsetType::UnsignedSmall(), region);
655 static bitset UnsignedSmall();
    [all...]
types-inl.h 27 TypeImpl<Config>::BitsetType::UnsignedSmall() {
  /external/v8/src/compiler/
change-lowering.cc 399 if (NodeProperties::GetType(value)->Is(Type::UnsignedSmall())) {
verifier.cc 599 // CheckValueInputIs(node, 0, Type::UnsignedSmall());
609 // CheckValueInputIs(node, 0, Type::UnsignedSmall());
610 CheckUpperIs(node, Type::UnsignedSmall());
    [all...]

Completed in 139 milliseconds