Home
last modified time | relevance | path

Searched defs:instIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp172 void TypeRecorder::SetBuiltinInst(const std::vector<int64_t> &allTypes, int64_t instIndex) in SetBuiltinInst()
182 void TypeRecorder::SetClassInst(int64_t classIndex, int64_t instIndex) in SetClassInst()
197 void TypeRecorder::SetClassType(int64_t instIndex, int64_t classIndex) in SetClassType()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp626 auto instIndex = sourceTypeMap[i].asInt(); in GetInstTypeMap() local