/external/v8/test/cctest/ |
D | test-representation.cc | 58 TestPairPositive(Representation::Tagged(), Representation::None()); in TEST() 69 TestPairPositive(Representation::Tagged(), Representation::Integer8()); in TEST() 80 TestPairPositive(Representation::Tagged(), Representation::UInteger8()); in TEST() 91 TestPairPositive(Representation::Tagged(), Representation::Integer16()); in TEST() 102 TestPairPositive(Representation::Tagged(), Representation::UInteger16()); in TEST() 113 TestPairPositive(Representation::Tagged(), Representation::Smi()); in TEST() 124 TestPairPositive(Representation::Tagged(), Representation::Integer32()); in TEST()
|
D | test-transitions.cc | 55 attributes, Representation::Tagged(), in TEST() 59 attributes, Representation::Tagged(), in TEST() 106 attributes, Representation::Tagged(), in TEST() 110 attributes, Representation::Tagged(), in TEST() 164 attributes, Representation::Tagged(), in TEST() 213 attributes, Representation::Tagged(), in TEST() 256 Representation::Tagged(), in TEST() 275 attributes, Representation::Tagged(), in TEST()
|
D | test-field-type-tracking.cc | 162 Init(index, ACCESSOR, attrs, Representation::Tagged(), in SetAccessorField() 181 Init(index, ACCESSOR_CONSTANT, attrs, Representation::Tagged(), getter); in SetAccessorConstant() 217 representations_[index] = Representation::Tagged(); in GeneralizeRepresentation() 577 Representation::Tagged(), any_type, FORCE_FIELD); in TestGeneralizeRepresentation() 579 Representation::Tagged(), any_type); in TestGeneralizeRepresentation() 732 Representation::Tagged(), any_type); in TEST() 746 Representation::Tagged(), any_type); in TEST() 760 Representation::Tagged(), any_type); in TEST() 850 Representation::Tagged(), any_type, in TEST() 851 Representation::Tagged(), any_type); in TEST() [all …]
|
D | test-hydrogen-types.cc | 107 CHECK(!HType::Tagged().IsSubtypeOf(ti) || in TEST() 108 HType::Tagged().Equals(ti) || in TEST()
|
D | test-unboxed-doubles.cc | 86 Representation::Tagged()}; 1011 NONE, Representation::Tagged(), in TEST() 1106 Representation::Tagged(), in TEST() 1356 NONE, Representation::Tagged(), in TEST() 1596 Representation::Tagged(), in TestWriteBarrierObjectShiftFieldsRight() 1601 map, 0, kData, NONE, Representation::Tagged(), any_type, FORCE_FIELD); in TestWriteBarrierObjectShiftFieldsRight()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 490 explicit HValue(HType type = HType::Tagged()) 1131 explicit HInstruction(HType type = HType::Tagged()) in DECLARE_ABSTRACT_INSTRUCTION() 1162 explicit HTemplateInstruction(HType type = HType::Tagged()) 1258 set_representation(Representation::Tagged()); in HDummyUse() 1442 return Representation::Tagged(); in RequiredInputRepresentation() 1458 set_representation(Representation::Tagged()); in HUnaryControlInstruction() 1491 set_representation(Representation::Tagged()); in HContext() 1507 return Representation::Tagged(); in RequiredInputRepresentation() 1543 explicit HUnaryOperation(HValue* value, HType type = HType::Tagged()) 1916 return Representation::Tagged(); in RequiredInputRepresentation() [all …]
|
D | hydrogen-infer-representation.cc | 144 phi->ChangeRepresentation(Representation::Tagged()); in Run() 154 current->ChangeRepresentation(Representation::Tagged()); in Run()
|
D | hydrogen-types.cc | 27 return HType::Tagged(); in FromType()
|
D | hydrogen-types.h | 22 V(Tagged, 0x1) /* 0000 0000 0000 0001 */ \
|
D | hydrogen-instructions.cc | 532 !t.value->type().Equals(HType::Tagged())) in operator <<() 1148 return Representation::Tagged(); in observed_input_representation() 1154 return Representation::Tagged(); in observed_input_representation() 1454 return Representation::Tagged(); in RequiredInputRepresentation() 2851 r = Representation::Tagged(); in Initialize() 3644 if (OperandCount() == 0) return HType::Tagged(); in CalculateInferredType() 4518 return HObjectAccess(kInobject, offset, Representation::Tagged()); in ForAllocationSiteOffset() 4520 return HObjectAccess(kInobject, offset, Representation::Tagged()); in ForAllocationSiteOffset() 4526 return HObjectAccess(kInobject, offset, Representation::Tagged()); in ForAllocationSiteOffset() 4528 return HObjectAccess(kInobject, offset, Representation::Tagged()); in ForAllocationSiteOffset() [all …]
|
/external/v8/src/compiler/ |
D | access-builder.cc | 58 Type::Tagged(), MachineType::AnyTagged()}; in ForJSObjectInObjectProperty() 152 MaybeHandle<Name>(), Type::Tagged(), in ForJSRegExpFlags() 161 MaybeHandle<Name>(), Type::Tagged(), in ForJSRegExpSource() 311 return ForPropertyCellValue(Type::Tagged()); in ForPropertyCellValue() 333 ElementAccess access = {kTaggedBase, FixedArray::kHeaderSize, Type::Tagged(), in ForFixedArrayElement()
|
D | access-info.cc | 271 Type* field_type = Type::Tagged(); in ComputePropertyAccessInfo() 380 Type* field_type = Type::Tagged(); in LookupSpecialFieldAccessor() 408 Type* field_type = Type::Tagged(); in LookupSpecialFieldAccessor() 448 Type* field_type = Type::Tagged(); in LookupTransition()
|
D | js-global-object-specialization.cc | 97 Type* property_cell_value_type = Type::Tagged(); in ReduceJSLoadGlobal() 186 graph()->NewNode(simplified()->ReferenceEqual(Type::Tagged()), value, in ReduceJSStoreGlobal()
|
D | js-native-context-specialization.cc | 210 simplified()->ReferenceEqual(Type::Tagged()), value, this_value); in ReduceNamedAccess() 363 DCHECK(field_type->Is(Type::Tagged())); in ReduceNamedAccess()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-08-12.canonical | 6 !!str "Tagged",
|
D | spec-08-12.data | 4 !!str 'Tagged',
|
/external/tcpdump/tests/ |
D | radius-rfc4675-v.out | 12 Egress-VLANID Attribute (56), length: 6, Value: Tagged (0x31) 123 14 Egress-VLAN-Name Attribute (58), length: 11, Value: Tagged (0x31) vlanname
|
/external/llvm/test/YAMLParser/ |
D | spec-08-12.test | 6 !!str 'Tagged',
|
/external/v8/src/ |
D | property.h | 106 Representation::Tagged()) {} in AccessorConstantDescriptor()
|
D | property-details.h | 106 static Representation Tagged() { return Representation(kTagged); } in Tagged() function 152 return Representation::Tagged(); in generalize()
|
D | type-cache.h | 108 CreateNative(Type::Unsigned32(), Type::Tagged());
|
D | bootstrapper.cc | 1417 Representation::Tagged()); in InitializeGlobal() 1566 NONE, Representation::Tagged()); in InitializeGlobal() 1572 NONE, Representation::Tagged()); in InitializeGlobal() 1608 roc_attribs, Representation::Tagged()); in InitializeGlobal() 1613 roc_attribs, Representation::Tagged()); in InitializeGlobal() 1642 DONT_ENUM, Representation::Tagged()); in InitializeGlobal() 1647 DONT_ENUM, Representation::Tagged()); in InitializeGlobal() 1702 DONT_ENUM, Representation::Tagged()); in InitializeGlobal() 2758 Representation::Tagged()); in InstallNatives() 2765 Representation::Tagged()); in InstallNatives()
|
D | code-stubs-hydrogen.cc | 833 : Representation::Tagged(); in BuildLoadNamedField() 842 object, nullptr, access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField() 877 Map::kDescriptorsOffset, Representation::Tagged()); in BuildCodeStub() 1050 access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField() 1214 HValue* result = Add<HAllocate>(GetParameter(0), HType::Tagged(), NOT_TENURED, in BuildCodeStub()
|
/external/vixl/doc/ |
D | changelog.md | 62 + Tagged pointer support.
|
/external/v8/test/unittests/compiler/ |
D | change-lowering-unittest.cc | 208 Node* p1 = Parameter(Type::Tagged()); in TARGET_TEST_P() 245 Node* p2 = Parameter(Type::Tagged()); in TARGET_TEST_P()
|