Home
last modified time | relevance | path

Searched refs:stack_count (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
Dregister_allocate.c154 unsigned int stack_count; member
385 g->stack[g->stack_count] = i; in ra_simplify()
386 g->stack_count++; in ra_simplify()
413 while (g->stack_count != 0) { in ra_select()
415 int n = g->stack[g->stack_count - 1]; in ra_select()
442 g->stack_count--; in ra_select()
464 g->stack[g->stack_count] = i; in ra_optimistic_color()
465 g->stack_count++; in ra_optimistic_color()
/external/v8/src/compiler/
Dinstruction.h706 size_t stack_count,
713 stack_count_(stack_count),
722 size_t stack_count() const { return stack_count_; } in stack_count() function
Dinstruction-selector-unittest.cc388 EXPECT_EQ(1u, desc_before->stack_count()); in TARGET_TEST_F()
472 EXPECT_EQ(1u, desc_before->stack_count()); in TARGET_TEST_F()
Dinstruction-selector.cc1039 DCHECK_EQ(descriptor->stack_count(), stack->InputCount()); in AddFrameStateInputs()
1051 for (int i = 0; i < static_cast<int>(descriptor->stack_count()); i++) { in AddFrameStateInputs()