Home
last modified time | relevance | path

Searched refs:maxCountAllAtOnce (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp303 if (traceIdSlot_ >= maxCountAllAtOnce) { in PushTrace()
334 if ((traceIdSlot_ == 0) || (traceIdSlot_ > maxCountAllAtOnce)) { in PopTrace()
H A Djs_profiler.h107 constexpr uint8_t maxCountAllAtOnce = 16; variable