HomeSort by relevance Sort by last modified time
    Searched refs:stackAlloc (Results 1 - 7 of 7) sorted by null

  /external/skia/src/sksl/
SkSLInterpreter.h 67 StackIndex stackAlloc(int count);
SkSLInterpreter.cpp 71 Interpreter::StackIndex Interpreter::stackAlloc(int count) {
165 StackIndex pos = this->stackAlloc(SizeOf(var->fType));
  /external/skqp/src/sksl/
SkSLInterpreter.h 67 StackIndex stackAlloc(int count);
SkSLInterpreter.cpp 71 Interpreter::StackIndex Interpreter::stackAlloc(int count) {
165 StackIndex pos = this->stackAlloc(SizeOf(var->fType));
  /external/skia/src/core/
SkScan_DAAPath.cpp 351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc
356 SkArenaAlloc* alloc = isInitOnce ? record->fAlloc : &stackAlloc;
  /external/skqp/src/core/
SkScan_DAAPath.cpp 351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc
356 SkArenaAlloc* alloc = isInitOnce ? record->fAlloc : &stackAlloc;
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 451 stackAlloc: function (size) { var ret = STACKTOP;STACKTOP = (STACKTOP + size)|0;STACKTOP = ((((STACKTOP)+7)>>3)<<3); return ret; },
520 var ret = Runtime.stackAlloc(value.length+1);
525 var ret = Runtime.stackAlloc(value.length);
637 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
    [all...]

Completed in 524 milliseconds