Home
last modified time | relevance | path

Searched refs:fStackCount (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp92 fStackCount = fMaxStackCount = 0; in writeFunction()
99 SkASSERT(fStackCount == 0); in writeFunction()
107 result->fStackCount = fMaxStackCount; in writeFunction()
560 fStackCount += StackUsage(i, count); in write()
561 fMaxStackCount = std::max(fMaxStackCount, fStackCount); in write()
969 fMaxStackCount = std::max(fMaxStackCount, fStackCount + callee->fLocalCount in writeFunctionCall()
970 + callee->fStackCount); in writeFunctionCall()
DSkSLByteCode.h159 int fStackCount = 0; member
DSkSLByteCodeGenerator.h286 int fStackCount; variable
DSkSLByteCode.cpp1075 int stackNeeded = f->fParameterCount + f->fLocalCount + f->fStackCount; in run()
1156 int stackNeeded = f->fParameterCount + f->fLocalCount + f->fStackCount; in runStriped()