HomeSort by relevance Sort by last modified time
    Searched defs:stack_count (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
register_allocate.c 154 unsigned int stack_count; member in struct:ra_graph
385 g->stack[g->stack_count] = i;
386 g->stack_count++;
413 while (g->stack_count != 0) {
415 int n = g->stack[g->stack_count - 1];
442 g->stack_count--;
464 g->stack[g->stack_count] = i;
465 g->stack_count++;
  /external/v8/src/compiler/
instruction.h 706 size_t stack_count,
713 stack_count_(stack_count),
722 size_t stack_count() const { return stack_count_; } function in class:v8::internal::compiler::FrameStateDescriptor

Completed in 130 milliseconds