Home
last modified time | relevance | path

Searched refs:gStrIdxToTyIdxMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h151 explicit MIRTypeNameTable(MapleAllocator &allocator) : gStrIdxToTyIdxMap(std::less<GStrIdx>(), allocator.Adapter()) in MIRTypeNameTable()
159 return gStrIdxToTyIdxMap; in GetGStrIdxToTyIdxMap()
164 auto it = gStrIdxToTyIdxMap.find(idx); in GetTyIdxFromGStrIdx()
165 if (it == gStrIdxToTyIdxMap.end()) { in GetTyIdxFromGStrIdx()
173 gStrIdxToTyIdxMap[gStrIdx] = tyIdx; in SetGStrIdxToTyIdx()
178 return gStrIdxToTyIdxMap.size(); in Size()
182 MapleMap<GStrIdx, TyIdx> gStrIdxToTyIdxMap; member in maple::MIRTypeNameTable
H A Dglobal_tables.h539 gStrIdxToTyIdxMap.clear();
544 return gStrIdxToTyIdxMap;
549 const auto it = gStrIdxToTyIdxMap.find(idx);
550 if (it == gStrIdxToTyIdxMap.cend()) {
558 gStrIdxToTyIdxMap[gStrIdx] = tyIdx;
562 std::unordered_map<GStrIdx, TyIdx, GStrIdxHash> gStrIdxToTyIdxMap;

Completed in 3 milliseconds