Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h227 return functionList; in GetFunctionList()
231 return functionList; in GetFunctionList()
305 functionList.push_back(pf); in AddFunction()
820 MapleList<MIRFunction *> functionList; // function table in the order of the appearance of function bodies; it member in maple::MIRModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp31 functionList(memPoolAllocator.Adapter()), in MIRModule()
62 for (MIRFunction *mirFunc : functionList) { in ~MIRModule()
308 for (MIRFunction *mirFunc : functionList) { in Emit()
318 for (MIRFunction *mirFunc : functionList) { in DumpFunctionList()

Completed in 4 milliseconds