Searched defs:stackAlloc (Results 1 – 5 of 5) sorted by relevance
71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc() function in SkSL::Interpreter
351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc in DAAFillPath() local
4534 Runtime.stackAlloc = function(size) { return asm['stackAlloc'](size) }; function