Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator-inl.h43 if (index != -1 && obj->GetTypeId(index) != expectedType) { in IsLegalElement()
97 return obj->GetTypeId(index); in GetType()
100 GlobalTSTypeRef typeGT = GlobalTSTypeRef(obj->GetTypeId(index).GetInt()); in GetType()
Dsubtyping_operator.cpp100 JSTaggedValue type = eLayout->GetTypeId(index); in MergeClassField()
110 JSTaggedValue type = layout->GetTypeId(index); in MergeClassField()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h43 uint32_t GetTypeId() const in GetTypeId() function
72 std::hash<uint32_t>()(id.GetTypeId()); in operator()
Dts_obj_layout_info.cpp63 JSTaggedValue value = GetTypeId(i); in TryGetTypeByIndexSign()
Dts_type.cpp230 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(i).GetInt()); in GetPropTypeGT()
246 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(propIdx).GetInt()); in UpdatePropTypeGT()
401 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(i).GetInt()); in GetPropTypeGT()
Dts_type_accessor.cpp158 return GlobalTSTypeRef(layout->GetTypeId(index).GetInt()); in GetPrototypePropGT()
Dts_manager.h480 auto value = std::make_pair(recordName, id.GetTypeId());
Dts_manager.cpp1585 auto builtinFuncGt = GlobalTSTypeRef(itLayout->GetTypeId(index).GetInt()); in IsBuiltinObjectMethod()
1593 auto builtinFuncGt = GlobalTSTypeRef(pPrototypeLayout->GetTypeId(index).GetInt()); in IsBuiltinObjectMethod()
Dts_type_parser.cpp759 GlobalTSTypeRef parameterGT(oldLayout->GetTypeId(i).GetInt()); in InstantiateObjGenericsType()
/arkcompiler/runtime_core/libpandafile/
Dfield_data_accessor.h40 static File::EntityId GetTypeId(const File &panda_file, File::EntityId field_id);
Dfield_data_accessor-inl.h29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &panda_file, File::EntityId field_id) in GetTypeId() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp226 auto value = GlobalTSTypeRef(tsLayout->GetTypeId(index).GetInt()); in CreatePHClass()
316 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp477 ….emplace_back(pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(inst->GetTypeId()))); in VisitLoadString()
554 … pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(input->GetTypeId()))); in VisitCastValueToAnyType()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp375 … DumpTypedOpcode(out, GetOpcode(), GetTypeId(), GetBasicBlock()->GetGraph()->GetLocalAllocator()); in DumpOpcode()
Dinst.h1497 auto GetTypeId() const in GetTypeId() function
2677 static_cast<LoadFromPool *>(clone)->SetTypeId(GetTypeId()); in Clone()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp661 EXPECT_EQ(loadFromPool.GetTypeId(), 1); in __anonb8e9e89d0d02()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp97 static panda_file::Type::TypeId GetTypeId(Value::Type type) in GetTypeId() function
403 … return container->CreateItem<ArrayValueItem>(panda_file::Type(GetTypeId(component_type)), in CreateValueItem()