Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-builder.cc249 Type::SignedSmall(), MachineType::TaggedSigned(), in ForJSGeneratorObjectContinuation()
280 Type::SignedSmall(), MachineType::TaggedSigned(), in ForJSGeneratorObjectResumeMode()
300 Type::SignedSmall(), MachineType::TaggedSigned(), in ForJSAsyncGeneratorObjectIsAwaiting()
486 Type::SignedSmall(), MachineType::TaggedSigned(), in ForPropertyArrayLengthAndHash()
650 Type::SignedSmall(), MachineType::TaggedSigned(), in ForSlicedStringOffset()
871 access.type = Type::SignedSmall(); in ForFixedArrayElement()
997 Type::SignedSmall(), in ForHashTableBaseNumberOfElements()
1008 MaybeHandle<Name>(), MaybeHandle<Map>(), Type::SignedSmall(), in ForHashTableBaseNumberOfDeletedElement()
1020 Type::SignedSmall(), in ForHashTableBaseCapacity()
1111 Type::SignedSmall(), in ForDictionaryNextEnumerationIndex()
[all …]
Dtype-cache.h42 Type const kHoleySmi = Type::Union(Type::SignedSmall(), Type::Hole(), zone());
149 Type::Union(Type::SignedSmall(), Type::NaN(), zone());
Dtypes.h241 static bitset SignedSmall();
360 static Type SignedSmall() { return NewBitset(BitsetType::SignedSmall()); } in SignedSmall() function
Dverifier.cc856 CheckTypeIs(node, Type::SignedSmall()); in Check()
1132 CheckValueInputIs(node, 2, Type::SignedSmall()); in Check()
1133 CheckTypeIs(node, Type::SignedSmall()); in Check()
1146 CheckValueInputIs(node, 1, Type::SignedSmall()); in Check()
1147 CheckValueInputIs(node, 2, Type::SignedSmall()); in Check()
1214 CheckTypeIs(node, Type::SignedSmall()); in Check()
1219 CheckTypeIs(node, Type::SignedSmall()); in Check()
1486 CheckValueInputIs(node, 1, Type::SignedSmall()); in Check()
Drepresentation-change.cc208 if (output_type.Is(Type::SignedSmall())) { in GetTaggedSignedRepresentationFor()
300 } else if (output_type.Is(Type::SignedSmall())) { in GetTaggedSignedRepresentationFor()
382 if (!output_type.Maybe(Type::SignedSmall())) { in GetTaggedPointerRepresentationFor()
701 output_type.Is(Type::SignedSmall())) { in GetWord32RepresentationFor()
807 output_type.Maybe(Type::SignedSmall())) { in GetBitRepresentationFor()
Daccess-info.cc381 field_type = Type::SignedSmall(); in ComputePropertyAccessInfo()
685 field_type = Type::SignedSmall(); in LookupTransition()
Djs-native-context-specialization.cc633 property_cell_value_type = Type::SignedSmall(); in ReduceGlobalAccess()
716 property_cell_value_type = Type::SignedSmall(); in ReduceGlobalAccess()
2486 element_type = Type::SignedSmall(); in BuildElementAccess()
2789 hash = effect = graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore()
2806 graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore()
Dtyper.cc631 if (!type.Maybe(Type::SignedSmall())) return t->singleton_false_; in ObjectIsSmi()
1757 Type::Union(Type::SignedSmall(), Type::OtherInternal(), zone()); in TypeJSForInPrepare()
1774 return Type::SignedSmall(); in TypeJSGeneratorRestoreContinuation()
1991 return Type::Intersect(arg, Type::SignedSmall(), zone()); in TypeCheckSmi()
Djs-create-lowering.cc588 if (!NodeProperties::GetType(value).Is(Type::SignedSmall())) { in ReduceNewArray()
761 if (length_type.Is(Type::SignedSmall()) && length_type.Min() >= 0 && in ReduceJSCreateArray()
781 if (!value_type.Is(Type::SignedSmall())) { in ReduceJSCreateArray()
Dsimplified-lowering.cc938 } else if (type.Is(Type::Union(Type::SignedSmall(), Type::NaN(), zone()))) { in GetOutputInfoForPhi()
2435 if (InputCannotBe(node, Type::SignedSmall())) { in VisitNode()
2522 TypeOf(value_node).Is(Type::SignedSmall())) { in VisitNode()
2560 TypeOf(value_node).Is(Type::SignedSmall())) { in VisitNode()
2593 if (value_type.Is(Type::SignedSmall())) { in VisitNode()
Dtyped-optimization.cc121 if (!input_type.Maybe(Type::SignedSmall())) { in ReduceCheckHeapObject()
Dtypes.cc1040 BitsetType::bitset BitsetType::SignedSmall() { in SignedSmall() function in v8::internal::compiler::BitsetType
Deffect-control-linearizer.cc4308 access.type = Type::SignedSmall(); in LowerStoreSignedSmallElement()