Home
last modified time | relevance | path

Searched defs:typeSummaryIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp198 static void GenTypeSummaryInfo(bool typeFlag, int64_t typeSummaryIndex, const std::string &recordNa… in GenTypeSummaryInfo()
220 int64_t typeSummaryIndex, const std::string &recordName) in GenTypeInfoRecord()
228 int64_t typeSummaryIndex, const std::string &recordName) in GenTypeInfoRecordForMergeABC()
Demitter.cpp509 void Emitter::FillTypeInfoRecord(CompilerContext *context, bool typeFlag, int64_t typeSummaryIndex, in FillTypeInfoRecord()
/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts498 let typeSummaryIndex = getLiteralKey(CompilerDriver.srcNode, 0); variable
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1260 auto typeSummaryIndex = typeInfoRecord["tsi"].asString(); in ParseSingleTypeInfo() local