Searched refs:stackAlloc (Results 1 – 3 of 3) sorted by relevance
67 StackIndex stackAlloc(int count);
71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc() function in SkSL::Interpreter165 StackIndex pos = this->stackAlloc(SizeOf(var->fType)); in runStatement()
351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc in DAAFillPath() local356 SkArenaAlloc* alloc = isInitOnce ? record->fAlloc : &stackAlloc; in DAAFillPath()