Home
last modified time | relevance | path

Searched refs:numFuncs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h99 uint32 numFuncs; // because puIdx 0 is reserved, numFuncs is also the highest puIdx member
108 MIR_ASSERT(puIdx <= numFuncs); // puIdx starts from 1 in FuncFromPuIdx()
Dmir_module.h700 return numFuncs; in GetNumFuncs()
705 numFuncs = numFunc; in SetNumFuncs()
922 uint32 numFuncs = 0; // because puIdx 0 is reserved, numFuncs is also the highest puIdx variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp163 LogInfo::MapleLogger() << "numfuncs " << numFuncs << '\n'; in DumpGlobals()