Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dregister_allocate.c170 unsigned int stack_count; member
514 g->stack[g->stack_count] = i; in ra_simplify()
515 g->stack_count++; in ra_simplify()
529 stack_optimistic_start = g->stack_count; in ra_simplify()
532 g->stack[g->stack_count] = best_optimistic_node; in ra_simplify()
533 g->stack_count++; in ra_simplify()
554 while (g->stack_count != 0) { in ra_select()
558 int n = g->stack[g->stack_count - 1]; in ra_select()
591 g->stack_count--; in ra_select()
603 g->stack_count - 1 <= g->stack_optimistic_start) in ra_select()
/external/autotest/client/site_tests/security_RuntimeExecStack/
Dsecurity_RuntimeExecStack.py35 stack_count = 0
42 stack_count += 1
54 if stack_count > 0:
/external/compiler-rt/test/tsan/
Ddebugging.cc15 int *stack_count, int *mop_count, int *loc_count,
57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
60 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc65 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
72 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
Dtsan_interface.h97 int *stack_count, int *mop_count, int *loc_count,
/external/v8/src/compiler/
Dinstruction.cc1023 size_t locals_count, size_t stack_count, in FrameStateDescriptor() argument
1031 stack_count_(stack_count), in FrameStateDescriptor()
1038 size_t size = 1 + parameters_count() + locals_count() + stack_count() + in GetSize()
Dinstruction.h1259 size_t stack_count,
1268 size_t stack_count() const { return stack_count_; } in stack_count() function
Dinstruction-selector.cc585 DCHECK_EQ(descriptor->stack_count(), StateValuesAccess(stack).size()); in AddInputsToFrameStateDescriptor()
/external/python/cpython2/Python/
Dcompile.c3271 int op = 0, slice_offset = 0, stack_count = 0; in compiler_simple_slice() local
3276 stack_count++; in compiler_simple_slice()
3282 stack_count++; in compiler_simple_slice()
3288 switch (stack_count) { in compiler_simple_slice()
3295 switch (stack_count) { in compiler_simple_slice()