/arkcompiler/ets_runtime/ecmascript/ |
D | elements.h | 32 TAGGED = 0x1EUL, // 30 enumerator 38 HOLE_TAGGED = HOLE | TAGGED,
|
D | elements.cpp | 30 result.emplace(ElementsKind::TAGGED, ConstantIndex::ELEMENT_TAGGED_HCLASS_INDEX); in InitializeHClassMap() 94 result = ElementsKind::TAGGED; in FixElementsKind() 115 valueKind = ElementsKind::TAGGED; in ToElementsKind()
|
D | property_attributes.h | 30 TAGGED, enumerator 38 TAGGED = 0x1ULL << 2 enumerator 135 if (oldType == TrackType::TAGGED) { in UpdateTrackType() 139 TrackType newType = TrackType::TAGGED; in UpdateTrackType()
|
D | tagged_hash_table.h | 422 attr.SetRepresentation(Representation::TAGGED); in PutIfAbsent() 443 attr.SetRepresentation(Representation::TAGGED); in Put() 494 attr.SetRepresentation(Representation::TAGGED); in NextEnumerationIndex()
|
D | object_factory.cpp | 678 attributes.SetRepresentation(Representation::TAGGED); in CreateJSRegExpInstanceClass() 702 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArrayInstanceClass() 730 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments() 740 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments() 751 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments() 762 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments() 1457 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass() 1468 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass() 1479 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass() 1487 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass() [all …]
|
D | object_operator.cpp | 455 attributes_.SetRepresentation(Representation::TAGGED); in ConvertOrTransitionWithRep() 469 attributes_.SetRepresentation(Representation::TAGGED); in ConvertOrTransitionWithRep()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_gate_info.h | 30 TAGGED, enumerator 41 static constexpr uint8_t TAGGED = 1 << 3; variable 62 return ((tag_ & TAGGED) != 0); in UsedAsTagged() 82 return UseInfo(TAGGED); in TaggedUse()
|
D | number_speculative_retype.cpp | 35 type = TypeInfo::TAGGED; in SetOutputType() 63 type = TypeInfo::TAGGED; in SetOutputType() 227 tempType = TypeInfo::TAGGED; in GetOuputForPhi() 256 if (output == TypeInfo::TAGGED || output == TypeInfo::NONE) { in VisitPhi() 274 if (curOutput != TypeInfo::TAGGED) { in ConvertTaggedToNJSValue() 502 if (GetOutputTypeInfo(value) == TypeInfo::TAGGED) { in VisitBooleanJump() 616 case TypeInfo::TAGGED: { in CheckAndConvertToBool() 784 case TypeInfo::TAGGED: { in CheckAndConvertToInt32() 825 case TypeInfo::TAGGED: { in CheckAndConvertToFloat64() 857 case TypeInfo::TAGGED: { in CheckAndConvertToTagged() [all …]
|
D | profiler_stub_builder.cpp | 231 … DEFVARIABLE(newTrackType, VariableType::INT32(), Int32(static_cast<int32_t>(TrackType::TAGGED))); in UpdateTrackTypeInPropAttr() 236 Branch(Equal(oldTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &exit, &judgeValue); in UpdateTrackTypeInPropAttr() 242 …Branch(Int32Equal(*newTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &update, &merge); in UpdateTrackTypeInPropAttr() 303 … DEFVARIABLE(newTrackType, VariableType::INT32(), Int32(static_cast<int32_t>(TrackType::TAGGED))); in TaggedToTrackType() 320 newTrackType = Int32(static_cast<int32_t>(TrackType::TAGGED)); in TaggedToTrackType()
|
D | stub_builder.cpp | 911 Int64(static_cast<int32_t>(Representation::TAGGED))); in TaggedToRepresentation() 933 resultRep = Int64(static_cast<int32_t>(Representation::TAGGED)); in TaggedToRepresentation() 950 DEFVARIABLE(result, VariableType::INT32(), Int32(static_cast<int32_t>(ElementsKind::TAGGED))); in TaggedToElementKind()
|
D | stub_builder-inl.h | 2076 GateRef targetType = Int32(static_cast<int32_t>(Representation::TAGGED)); in SetTaggedRepInPropAttr()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_layout.cpp | 82 case TrackType::TAGGED: in UpdateKeyAndDesc() 88 if (newTrackType != TrackType::TAGGED) { in UpdateKeyAndDesc()
|
D | pgo_profiler_layout.h | 63 case TrackType::TAGGED: in SetAttribute() 64 attr.SetRepresentation(Representation::TAGGED); in SetAttribute()
|
/arkcompiler/runtime_core/assembler/ |
D | define.h | 38 _("any", TAGGED)
|
D | assembly-type.h | 107 return type_id_ == panda_file::Type::TypeId::TAGGED; in IsTagged()
|
D | assembly-emitter.cpp | 78 … res.insert({Type::TypeId::TAGGED, container->GetOrCreatePrimitiveTypeItem(Type::TypeId::TAGGED)}); in CreatePrimitiveTypes()
|
/arkcompiler/runtime_core/libpandafile/templates/ |
D | type.h.erb | 149 case panda_file::Type::TypeId::TAGGED: 183 return Type(panda_file::Type::TypeId::TAGGED); 220 uint8_t last_encoding = Type(TypeId::TAGGED).GetFieldEncoding(); 222 return Type(TypeId::TAGGED);
|
/arkcompiler/runtime_core/disassembler/templates/ |
D | type_to_pandasm_type.cpp.erb | 54 case panda_file::Type::TypeId::TAGGED:
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_handler.h | 134 RepresentationBit::Set(Representation::TAGGED, &handler); in LoadProperty() 186 RepresentationBit::Set(Representation::TAGGED, &handler); in StoreProperty()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 227 case panda_file::Type::TypeId::TAGGED: in ToCompilerType()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 201 attributes.SetRepresentation(Representation::TAGGED); in CreatePrototypeHClass() 276 attributes.SetRepresentation(Representation::TAGGED); in CreateConstructorHClass()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | emitter_test.cpp | 695 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST() 730 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); in TEST()
|
D | assembler_emitter_test.cpp | 783 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED); 824 const auto tagged = panda_file::Type(panda_file::Type::TypeId::TAGGED);
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 893 ASSERT_EQ(desc->GetElementsKind(), ElementsKind::TAGGED); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_reader.cpp | 780 case Type::TypeId::TAGGED: in CreateFieldItem()
|