/external/v8/test/cctest/ |
D | types-fuzz.h | 48 SignedSmall = Type::SignedSmall(); in Types() 111 SignedFunction1 = Type::Function(SignedSmall, SignedSmall, zone); in Types() 140 Type* SignedSmall;
|
D | test-types.cc | 320 CHECK(!T.Constant(fac->NewNumber(-0x40000001))->Is(T.SignedSmall)); in Constant() 321 CHECK(!T.Constant(fac->NewNumber(-0x7fffffff - 1))->Is(T.SignedSmall)); in Constant() 326 CHECK(T.Constant(fac->NewNumber(-0x40000001))->Is(T.SignedSmall)); in Constant() 327 CHECK(T.Constant(fac->NewNumber(-0x7fffffff - 1))->Is(T.SignedSmall)); in Constant() 924 CheckSub(T.SignedSmall, T.Number); in Is2() 926 CheckSubOrEqual(T.SignedSmall, T.Signed32); in Is2() 927 CheckUnordered(T.SignedSmall, T.MinusZero); in Is2() 959 CheckSub(T.SmiConstant, T.SignedSmall); in Is2() 1255 CheckOverlap(T.SignedSmall, T.Number); in Maybe() 1279 CheckOverlap(T.SmiConstant, T.SignedSmall); in Maybe() [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 78 CHECK(t->Is(Type::SignedSmall())); in TEST() 100 CHECK(!t->Is(Type::SignedSmall())); in TEST() 132 CHECK(t->Is(Type::SignedSmall())); in TEST() 157 CHECK(t->Is(Type::SignedSmall())); in TEST() 182 CHECK(t->Is(Type::SignedSmall())); in TEST()
|
D | test-js-typed-lowering.cc | 198 Type::Unsigned31(), Type::SignedSmall(), 205 Type::SignedSmall(), Type::Signed32(), Type::Unsigned32(), 328 Type::SignedSmall(), Type::UnsignedSmall(), Type::Negative32(), in TEST() 384 Type::SignedSmall(), Type::UnsignedSmall(), Type::Unsigned32(), in TEST() 838 Type* simple_number_types[] = {Type::UnsignedSmall(), Type::SignedSmall(), in TEST()
|
D | test-simplified-lowering.cc | 1370 TestingGraph t(Type::Any(), Type::Intersect(Type::SignedSmall(), in TEST() 1437 Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), z)); in TEST()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 621 NarrowType(expr, Bounds(Type::SignedSmall(), Type::Number())); in VisitCountOperation() 677 Type* lower = Type::Intersect(Type::SignedSmall(), upper, zone()); in VisitBinaryOperation() 686 NarrowType(expr, Bounds(Type::SignedSmall(), Type::Signed32())); in VisitBinaryOperation() 694 NarrowType(expr, Bounds(Type::SignedSmall(), Type::Number())); in VisitBinaryOperation() 707 ? Type::SignedSmall() in VisitBinaryOperation() 724 NarrowType(expr, Bounds(Type::SignedSmall(), Type::Number())); in VisitBinaryOperation()
|
D | hydrogen-types.cc | 18 if (type->Is(Type::SignedSmall())) return HType::Smi(); in FromType()
|
D | hydrogen.cc | 2184 if (type->Is(Type::SignedSmall())) { in BuildNumberToString() 10857 if (type->Is(Type::SignedSmall())) return Representation::Smi(); in RepresentationFor() 11113 if (expected->Is(Type::SignedSmall())) { in EnforceNumberType() 12524 HValue* result = BuildNumberToString(input, Type::SignedSmall()); in GenerateToName()
|
/external/v8/src/compiler/ |
D | type-hint-analyzer.cc | 21 if (type->Is(Type::SignedSmall())) return BinaryOperationHints::kSignedSmall; in ToBinaryOperationHint()
|
D | verifier.cc | 644 CheckUpperIs(node, Type::SignedSmall()); in Check()
|
D | js-create-lowering.cc | 536 if (length_type->Is(Type::SignedSmall()) && in ReduceJSCreateArray()
|
D | typer.cc | 1789 arg->Is(Type::SignedSmall()) ? Type::TaggedSigned() : Type::Tagged(); in TypeChangeInt31ToTaggedSigned() 1800 arg->Is(Type::SignedSmall()) ? Type::TaggedSigned() : Type::Tagged(); in TypeChangeInt32ToTagged()
|
/external/v8/src/ |
D | type-cache.h | 40 Type* const kSmi = CreateNative(Type::SignedSmall(), Type::TaggedSigned());
|
D | types.h | 282 static bitset SignedSmall(); 677 static Type* SignedSmall() { in PROPER_BITSET_TYPE_LIST() 678 return BitsetType::New(BitsetType::SignedSmall()); in PROPER_BITSET_TYPE_LIST()
|
D | interface-descriptors.cc | 13 return Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), zone); in SmiType()
|
D | types.cc | 1257 BitsetType::bitset BitsetType::SignedSmall() { in SignedSmall() function in v8::internal::BitsetType
|
D | code-stubs-hydrogen.cc | 1623 Push(BuildNumberToString(input, Type::SignedSmall())); in BuildToString()
|
/external/v8/src/ic/ |
D | ic-state.cc | 326 return Type::SignedSmall(); in KindToType() 376 return Type::SignedSmall(); in StateToType()
|
/external/v8/test/unittests/compiler/ |
D | js-builtin-reducer-unittest.cc | 75 Type::Unsigned31(), Type::SignedSmall(), 82 Type::SignedSmall(), Type::Signed32(), Type::Unsigned32(),
|