Searched refs:fMaxStackCount (Results 1 – 2 of 2) sorted by relevance
92 fStackCount = fMaxStackCount = 0; in writeFunction()107 result->fStackCount = fMaxStackCount; in writeFunction()561 fMaxStackCount = std::max(fMaxStackCount, fStackCount); in write()969 fMaxStackCount = std::max(fMaxStackCount, fStackCount + callee->fLocalCount in writeFunctionCall()
287 int fMaxStackCount; variable