Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h86 struct FuncCounterItem { struct
88 FuncCounterItem(uint32_t callTimes) : callTimes(callTimes) {} in FuncCounterItem() argument