Searched defs:typeId (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyType.proto | 23 uint32 typeId = 4; field
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.h | 54 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()
|
D | global_type_info.h | 28 explicit GlobalTypeID(const JSPandaFile *jsPandaFile, uint32_t typeId) in GlobalTypeID()
|
D | ts_type.cpp | 194 const uint32_t typeId) in GetIndexSignType() 255 const uint32_t typeId) in GetIndexSignType() 353 const uint32_t typeId) in GetIndexSignType()
|
D | ts_type_parser.cpp | 42 … 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
|
D | ts_manager.cpp | 265 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()
|
D | ts_manager.h | 775 const std::string GetClassNameByOffset(const JSPandaFile *jsPandaFile, uint32_t typeId) const in GetClassNameByOffset()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | debug_info_extractor.cpp | 101 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/ |
D | ts_hclass_generator.cpp | 316 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass() local
|
D | type_recorder.cpp | 52 &thisGT, tsManager, methodOffset](const int32_t bcIdx, const uint32_t typeId) { in LoadTypes()
|
D | bytecode_info_collector.cpp | 170 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/ |
D | dump_test.cpp | 482 uint32_t typeId = 1; in __anonb8e9e89d0802() local 690 uint32_t typeId = 1; in __anonb8e9e89d0e02() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 685 std::string typeId = GetLiteralId(type - LITERALBUFFERINDEXOFFSET); in ParseFunctionTypeInfo() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|