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/
H A Dcmpl.h100 uint32 numFuncs; // because puIdx 0 is reserved, numFuncs is also the highest puIdx member
109 MIR_ASSERT(puIdx <= numFuncs); // puIdx starts from 1 in FuncFromPuIdx()
H A Dmir_module.h661 return numFuncs; in GetNumFuncs()
666 numFuncs = numFunc; in SetNumFuncs()
863 uint32 numFuncs = 0; // because puIdx 0 is reserved, numFuncs is also the highest puIdx member in maple::MIRModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp161 LogInfo::MapleLogger() << "numfuncs " << numFuncs << '\n'; in DumpGlobals()

Completed in 5 milliseconds