Searched refs:stack_count (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/site_tests/security_RuntimeExecStack/ |
D | security_RuntimeExecStack.py | 35 stack_count = 0 42 stack_count += 1 54 if stack_count > 0:
|
/external/mesa3d/src/util/ |
D | register_allocate.c | 170 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/compiler-rt/test/tsan/ |
D | debugging.cc | 15 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/ |
D | tsan_debugging.cc | 65 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()
|
D | tsan_interface.h | 97 int *stack_count, int *mop_count, int *loc_count,
|
/external/v8/src/compiler/ |
D | instruction.cc | 1023 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()
|
D | instruction.h | 1259 size_t stack_count, 1268 size_t stack_count() const { return stack_count_; } in stack_count() function
|
D | instruction-selector.cc | 585 DCHECK_EQ(descriptor->stack_count(), StateValuesAccess(stack).size()); in AddInputsToFrameStateDescriptor()
|
/external/python/cpython2/Python/ |
D | compile.c | 3271 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()
|