Searched refs:stack_count (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/util/ |
D | register_allocate.c | 170 unsigned int stack_count; member 527 g->stack[g->stack_count] = i; in ra_simplify() 528 g->stack_count++; in ra_simplify() 542 stack_optimistic_start = g->stack_count; in ra_simplify() 545 g->stack[g->stack_count] = best_optimistic_node; in ra_simplify() 546 g->stack_count++; in ra_simplify() 623 while (g->stack_count != 0) { in ra_select() 626 int n = g->stack[g->stack_count - 1]; in ra_select() 659 g->stack_count--; in ra_select() 671 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 | 1027 size_t locals_count, size_t stack_count, in FrameStateDescriptor() argument 1035 stack_count_(stack_count), in FrameStateDescriptor() 1041 return 1 + parameters_count() + locals_count() + stack_count() + in GetSize()
|
D | instruction.h | 1282 size_t stack_count, 1291 size_t stack_count() const { return stack_count_; } in stack_count() function
|
D | instruction-selector.cc | 640 DCHECK_EQ(descriptor->stack_count(), StateValuesAccess(stack).size()); in AddInputsToFrameStateDescriptor() 835 int stack_count = 0; in InitializeCallBuffer() local 840 stack_count += location.GetSizeInPointers(); in InitializeCallBuffer() 853 frame_->EnsureReturnSlots(stack_count); in InitializeCallBuffer()
|
/external/v8/src/wasm/ |
D | wasm-debug.cc | 467 int stack_count = frame->GetStackHeight(); in GetLocalScopeObject() local 478 for (int i = 0; i < stack_count; ++i) { in GetLocalScopeObject()
|
/external/python/cpython2/Python/ |
D | compile.c | 3272 int op = 0, slice_offset = 0, stack_count = 0; in compiler_simple_slice() local 3277 stack_count++; in compiler_simple_slice() 3283 stack_count++; in compiler_simple_slice() 3289 switch (stack_count) { in compiler_simple_slice() 3296 switch (stack_count) { in compiler_simple_slice()
|