Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h269 void setStackSizeLimit(uint32_t Limit) { StackSizeLimit = Limit; } in setStackSizeLimit() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp69 function->setStackSizeLimit(512 * 1024); // 512 KiB in createFunction()