Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dfunc_desc.h219 auto dumpCount = numParam > kMaxParamCount ? kMaxParamCount : numParam; in Dump() local
222 for (size_t i = 0; i < dumpCount; ++i) { in Dump()

Completed in 1 milliseconds