/external/v8/src/compiler/ |
D | access-builder.cc | 249 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 …]
|
D | type-cache.h | 42 Type const kHoleySmi = Type::Union(Type::SignedSmall(), Type::Hole(), zone()); 149 Type::Union(Type::SignedSmall(), Type::NaN(), zone());
|
D | types.h | 241 static bitset SignedSmall(); 360 static Type SignedSmall() { return NewBitset(BitsetType::SignedSmall()); } in SignedSmall() function
|
D | verifier.cc | 856 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()
|
D | representation-change.cc | 208 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()
|
D | access-info.cc | 381 field_type = Type::SignedSmall(); in ComputePropertyAccessInfo() 685 field_type = Type::SignedSmall(); in LookupTransition()
|
D | js-native-context-specialization.cc | 633 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()
|
D | typer.cc | 631 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()
|
D | js-create-lowering.cc | 588 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()
|
D | simplified-lowering.cc | 938 } 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()
|
D | typed-optimization.cc | 121 if (!input_type.Maybe(Type::SignedSmall())) { in ReduceCheckHeapObject()
|
D | types.cc | 1040 BitsetType::bitset BitsetType::SignedSmall() { in SignedSmall() function in v8::internal::compiler::BitsetType
|
D | effect-control-linearizer.cc | 4308 access.type = Type::SignedSmall(); in LowerStoreSignedSmallElement()
|