Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp33 typeDefOrder(memPoolAllocator.Adapter()), in MIRModule()
244 for (auto it = typeDefOrder.begin(); it != typeDefOrder.end(); ++it) { in DumpGlobals()
381 for (auto it = typeDefOrder.begin(); it != typeDefOrder.end(); ++it) { in DumpDefType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h250 return typeDefOrder; in GetTypeDefOrder()
254 typeDefOrder.push_back(gstrIdx); in PushbackTypeDefOrder()
824 MapleVector<GStrIdx> typeDefOrder; member in maple::MIRModule

Completed in 3 milliseconds