Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyType.proto23 uint32 typeId = 4; field
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h54 inline static bool IsUserDefinedType(const uint32_t typeId) in IsUserDefinedType()
91 inline GlobalTSTypeRef GetAndStoreImportGT(const JSPandaFile *jsPandaFile, uint32_t typeId, in GetAndStoreImportGT()
121 inline GlobalTSTypeRef EncodeParaType(const uint32_t typeId) in EncodeParaType()
Dglobal_type_info.h28 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
Dts_type.cpp194 const uint32_t typeId) in GetIndexSignType()
255 const uint32_t typeId) in GetIndexSignType()
353 const uint32_t typeId) in GetIndexSignType()
Dts_type_parser.cpp42 … TSTypeParser::CreateGT(const JSPandaFile *jsPandaFile, const CString &recordName, uint32_t typeId) in CreateGT()
64 GlobalTSTypeRef TSTypeParser::ParseBuiltinObjType(uint32_t typeId) in ParseBuiltinObjType()
77 …TSTypeParser::ParseType(const JSPandaFile *jsPandaFile, const CString &recordName, uint32_t typeId) in ParseType()
142 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ResolveImportType() local
209 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ParseIndexSigType() local
544 uint32_t typeId = static_cast<uint32_t>(target.GetInt()); in GenerateExportTableFromRecord() local
624 uint32_t typeId = typeLiteralExtractor->GetTypeOffset(); in ParseGenericsType() local
Dts_manager.cpp265 uint32_t typeId = indexType.Value(); in GetIndexSignType() local
940 BuiltinTypeId typeId = static_cast<BuiltinTypeId>(index); in GetBuiltinsName() local
1548 [this, &typeOfExportedSymbols, &index](const CString &name, const uint32_t typeId) { in GenerateExportTableFromLiteral()
Dts_manager.h775 const std::string GetClassNameByOffset(const JSPandaFile *jsPandaFile, uint32_t typeId) const in GetClassNameByOffset()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp101 bool HandleStartLocal(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId) in HandleStartLocal()
112 …bool HandleStartLocalExtended(int32_t regNumber, uint32_t nameId, [[maybe_unused]] uint32_t typeId, in HandleStartLocalExtended()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp316 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass() local
Dtype_recorder.cpp52 &thisGT, tsManager, methodOffset](const int32_t bcIdx, const uint32_t typeId) { in LoadTypes()
Dbytecode_info_collector.cpp170 uint32_t typeId = annoExtractor.GetMethodTypeOffset(); in CollectFunctionTypeId() local
611 uint32_t typeId = static_cast<uint32_t>(exportTypeTable->Get(i + 1).GetInt()); in CheckExportNameAndClassType() local
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp482 uint32_t typeId = 1; in __anonb8e9e89d0802() local
690 uint32_t typeId = 1; in __anonb8e9e89d0e02() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp685 std::string typeId = GetLiteralId(type - LITERALBUFFERINDEXOFFSET); in ParseFunctionTypeInfo() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument