Home
last modified time | relevance | path

Searched defs:stackAlloc (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/sksl/
DSkSLInterpreter.cpp71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc() function in SkSL::Interpreter
/external/skia/src/sksl/
DSkSLInterpreter.cpp71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc() function in SkSL::Interpreter
/external/skia/src/core/
DSkScan_DAAPath.cpp351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc in DAAFillPath() local
/external/skqp/src/core/
DSkScan_DAAPath.cpp351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc in DAAFillPath() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4534 Runtime.stackAlloc = function(size) { return asm['stackAlloc'](size) }; function