Home
last modified time | relevance | path

Searched refs:SignedSmall (Results 1 – 19 of 19) sorted by relevance

/external/v8/test/cctest/
Dtypes-fuzz.h48 SignedSmall = Type::SignedSmall(); in Types()
111 SignedFunction1 = Type::Function(SignedSmall, SignedSmall, zone); in Types()
140 Type* SignedSmall;
Dtest-types.cc320 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/
Dtest-js-constant-cache.cc78 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()
Dtest-js-typed-lowering.cc198 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()
Dtest-simplified-lowering.cc1370 TestingGraph t(Type::Any(), Type::Intersect(Type::SignedSmall(), in TEST()
1437 Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), z)); in TEST()
/external/v8/src/crankshaft/
Dtyping.cc621 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()
Dhydrogen-types.cc18 if (type->Is(Type::SignedSmall())) return HType::Smi(); in FromType()
Dhydrogen.cc2184 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/
Dtype-hint-analyzer.cc21 if (type->Is(Type::SignedSmall())) return BinaryOperationHints::kSignedSmall; in ToBinaryOperationHint()
Dverifier.cc644 CheckUpperIs(node, Type::SignedSmall()); in Check()
Djs-create-lowering.cc536 if (length_type->Is(Type::SignedSmall()) && in ReduceJSCreateArray()
Dtyper.cc1789 arg->Is(Type::SignedSmall()) ? Type::TaggedSigned() : Type::Tagged(); in TypeChangeInt31ToTaggedSigned()
1800 arg->Is(Type::SignedSmall()) ? Type::TaggedSigned() : Type::Tagged(); in TypeChangeInt32ToTagged()
/external/v8/src/
Dtype-cache.h40 Type* const kSmi = CreateNative(Type::SignedSmall(), Type::TaggedSigned());
Dtypes.h282 static bitset SignedSmall();
677 static Type* SignedSmall() { in PROPER_BITSET_TYPE_LIST()
678 return BitsetType::New(BitsetType::SignedSmall()); in PROPER_BITSET_TYPE_LIST()
Dinterface-descriptors.cc13 return Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), zone); in SmiType()
Dtypes.cc1257 BitsetType::bitset BitsetType::SignedSmall() { in SignedSmall() function in v8::internal::BitsetType
Dcode-stubs-hydrogen.cc1623 Push(BuildNumberToString(input, Type::SignedSmall())); in BuildToString()
/external/v8/src/ic/
Dic-state.cc326 return Type::SignedSmall(); in KindToType()
376 return Type::SignedSmall(); in StateToType()
/external/v8/test/unittests/compiler/
Djs-builtin-reducer-unittest.cc75 Type::Unsigned31(), Type::SignedSmall(),
82 Type::SignedSmall(), Type::Signed32(), Type::Unsigned32(),