Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp35 symbolSet(std::less<StIdx>(), memPoolAllocator.Adapter()), in MIRModule()
105 auto it = symbolSet.find(stIdx); in AddSymbol()
106 if (it == symbolSet.end()) { in AddSymbol()
109 (void)symbolSet.insert(stIdx); in AddSymbol()
262 for (auto sit = symbolSet.begin(); sit != symbolSet.end(); ++sit) { in DumpGlobals()
288 for (StIdx stIdx : symbolSet) { in DumpGlobalArraySymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h269 return symbolSet; in GetSymbolSet()
827 MapleSet<StIdx> symbolSet; member in maple::MIRModule

Completed in 3 milliseconds