Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts219 private instTypeMap: Map<IRNode, number> = new Map<IRNode, number>(); property in PandaGen
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp611 std::vector<std::pair<int32_t, uint32_t>> instTypeMap; in GetInstTypeMap() local
657 auto instTypeMap = GetInstTypeMap(function, pandaFunc); in ParseFunctionTypeInfo() local