Home
last modified time | relevance | path

Searched refs:ptrTypeMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp57 ptrTypeMap.clear(); in Reset()
114 ptrTypeMap[pty.GetPointedTyIdx()] = nType->GetTypeIndex(); in CreateMirTypeNodeAt()
148 ptrTypeMap[pty.GetPointedTyIdx()] = nType->GetTypeIndex(); in CreateAndUpdateMirTypeNode()
166 auto *pMap = (type.GetPrimType() != PTY_ref ? &ptrTypeMap : &refTypeMap); in GetOrCreateMIRTypeNode()
167 auto *otherPMap = (type.GetPrimType() == PTY_ref ? &ptrTypeMap : &refTypeMap); in GetOrCreateMIRTypeNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h128 return ptrTypeMap; in GetPtrTypeMap()
564 std::unordered_map<TyIdx, TyIdx, TyIdxHash> ptrTypeMap; variable