Lines Matching refs:OverflowedFunctions
326 uint32_t OverflowedFunctions; variable
334 OverflowedFunctions(0) {} in FunctionCallTrie()
345 OverflowedFunctions(O.OverflowedFunctions) {} in FunctionCallTrie()
352 OverflowedFunctions = O.OverflowedFunctions;
364 if (UNLIKELY(OverflowedFunctions)) { in enterFunction()
365 ++OverflowedFunctions; in enterFunction()
383 ++OverflowedFunctions; in enterFunction()
401 ++OverflowedFunctions; in enterFunction()
413 ++OverflowedFunctions; in enterFunction()
421 if (OverflowedFunctions) { in exitFunction()
422 --OverflowedFunctions; in exitFunction()