Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-builder.cc187 Type::SignedSmall(), MachineType::TaggedSigned(), in ForJSGeneratorObjectContinuation()
217 Type::SignedSmall(), MachineType::TaggedSigned(), in ForJSGeneratorObjectResumeMode()
545 Type::SignedSmall(), MachineType::TaggedSigned(), in ForSlicedStringOffset()
791 access.type = Type::SignedSmall(); in ForFixedArrayElement()
890 Type::SignedSmall(), in ForHashTableBaseNumberOfElements()
901 MaybeHandle<Name>(), MaybeHandle<Map>(), Type::SignedSmall(), in ForHashTableBaseNumberOfDeletedElement()
913 Type::SignedSmall(), in ForHashTableBaseCapacity()
939 Type::SignedSmall(), in ForDictionaryNextEnumerationIndex()
Dtype-cache.h39 Type::Union(Type::SignedSmall(), Type::Hole(), zone());
144 Type::Union(Type::SignedSmall(), Type::NaN(), zone());
Dtypes.h227 static bitset SignedSmall();
522 static Type* SignedSmall() { in PROPER_BITSET_TYPE_LIST()
523 return BitsetType::New(BitsetType::SignedSmall()); in PROPER_BITSET_TYPE_LIST()
Daccess-info.cc316 field_type = Type::SignedSmall(); in ComputePropertyAccessInfo()
544 field_type = Type::SignedSmall(); in LookupTransition()
Drepresentation-change.cc190 if (output_type->Is(Type::SignedSmall())) { in GetTaggedSignedRepresentationFor()
279 } else if (output_type->Is(Type::SignedSmall())) { in GetTaggedSignedRepresentationFor()
346 if (!output_type->Maybe(Type::SignedSmall())) { in GetTaggedPointerRepresentationFor()
Dverifier.cc391 CheckTypeIs(node, Type::SignedSmall()); in Check()
729 CheckTypeIs(node, Type::SignedSmall()); in Check()
945 CheckValueInputIs(node, 2, Type::SignedSmall()); in Check()
946 CheckTypeIs(node, Type::SignedSmall()); in Check()
Dtyper.cc533 if (!type->Maybe(Type::SignedSmall())) return t->singleton_false_; in ObjectIsSmi()
599 return Type::SignedSmall(); in TypeOsrGuard()
1653 Type::Union(Type::SignedSmall(), Type::OtherInternal(), zone()); in TypeJSForInPrepare()
1681 return Type::SignedSmall(); in TypeJSGeneratorRestoreContinuation()
1818 return Type::Intersect(arg, Type::SignedSmall(), zone()); in TypeCheckSmi()
Dtyped-optimization.cc120 if (!input_type->Maybe(Type::SignedSmall())) { in ReduceCheckHeapObject()
Djs-native-context-specialization.cc394 property_cell_value_type = Type::SignedSmall(); in ReduceGlobalAccess()
471 property_cell_value_type = Type::SignedSmall(); in ReduceGlobalAccess()
1982 element_type = Type::SignedSmall(); in BuildElementAccess()
Dtypes.cc1052 BitsetType::bitset BitsetType::SignedSmall() { in SignedSmall() function in v8::internal::compiler::BitsetType
Djs-create-lowering.cc742 if (length_type->Is(Type::SignedSmall()) && length_type->Min() >= 0 && in ReduceJSCreateArray()
Dsimplified-lowering.cc884 Type::Union(Type::SignedSmall(), Type::NaN(), zone()))) { in GetOutputInfoForPhi()
2290 if (InputCannotBe(node, Type::SignedSmall())) { in VisitNode()
Djs-builtin-reducer.cc1746 position_type->Is(Type::SignedSmall())) { in ReduceStringIndexOf()
/external/v8/src/crankshaft/
Dtyping.cc617 NarrowType(expr, AstBounds(AstType::SignedSmall(), AstType::Number())); in VisitCountOperation()
676 AstType::Intersect(AstType::SignedSmall(), upper, zone()); in VisitBinaryOperation()
685 NarrowType(expr, AstBounds(AstType::SignedSmall(), AstType::Signed32())); in VisitBinaryOperation()
693 NarrowType(expr, AstBounds(AstType::SignedSmall(), AstType::Number())); in VisitBinaryOperation()
707 ? AstType::SignedSmall() in VisitBinaryOperation()
724 NarrowType(expr, AstBounds(AstType::SignedSmall(), AstType::Number())); in VisitBinaryOperation()
Dhydrogen-types.cc19 if (type->Is(AstType::SignedSmall())) return HType::Smi(); in FromType()
Dhydrogen.cc1842 if (type->Is(AstType::SignedSmall())) { in BuildNumberToString()
10423 if (type->Is(AstType::SignedSmall())) return Representation::Smi(); in RepresentationFor()
10655 if (expected->Is(AstType::SignedSmall())) { in EnforceNumberType()
/external/v8/src/
Dtype-info.cc184 return AstType::SignedSmall(); in CompareOpHintToType()
207 return AstType::SignedSmall(); in BinaryOpFeedbackToType()
/external/v8/src/ast/
Dast-types.h293 static bitset SignedSmall();
702 static AstType* SignedSmall() { in AST_PROPER_BITSET_TYPE_LIST()
703 return AstBitsetType::New(AstBitsetType::SignedSmall()); in AST_PROPER_BITSET_TYPE_LIST()
Dast-types.cc1291 AstBitsetType::bitset AstBitsetType::SignedSmall() { in SignedSmall() function in v8::internal::AstBitsetType
/external/v8/src/ic/
Dic-state.cc340 return AstType::SignedSmall(); in KindToType()
389 return AstType::SignedSmall(); in StateToType()