Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp92 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()
DSkSLByteCodeGenerator.h287 int fMaxStackCount; variable