Home
last modified time | relevance | path

Searched defs:functionList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp107 const auto &functionList = result.GetMIRModule().GetFunctionList(); in DeferredCheckFinalClassAndMethod() local
134 const auto &functionList = result.GetMIRModule().GetFunctionList(); in VerifyModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h867 …MapleList<MIRFunction *> functionList; // function table in the order of the appearance of functi… variable