Searched refs:stack_count (Results 1 – 8 of 8) sorted by relevance
/third_party/libffi/src/powerpc/ |
D | ffi_sysv.c | 96 unsigned i, fpr_count = 0, gpr_count = 0, stack_count = 0; in ffi_prep_cif_sysv_core() local 189 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core() 190 stack_count += 4; in ffi_prep_cif_sysv_core() 204 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core() 205 stack_count += 2; in ffi_prep_cif_sysv_core() 217 stack_count += 1; in ffi_prep_cif_sysv_core() 232 stack_count += 4; in ffi_prep_cif_sysv_core() 250 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core() 251 stack_count += 2; in ffi_prep_cif_sysv_core() 276 stack_count += 1; in ffi_prep_cif_sysv_core() [all …]
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 698 g->tmp.stack[g->tmp.stack_count] = n; in add_node_to_stack() 699 g->tmp.stack_count++; in add_node_to_stack() 728 g->tmp.stack_count = 0; in ra_simplify() 807 stack_optimistic_start = g->tmp.stack_count; in ra_simplify() 907 while (g->tmp.stack_count != 0) { in ra_select() 910 int n = g->tmp.stack[g->tmp.stack_count - 1]; in ra_select() 957 g->tmp.stack_count--; in ra_select() 969 g->tmp.stack_count - 1 <= g->tmp.stack_optimistic_start) in ra_select()
|
D | register_allocate_internal.h | 144 unsigned int stack_count; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.cc | 1099 size_t locals_count, size_t stack_count, in FrameStateDescriptor() argument 1107 stack_count_(stack_count), in FrameStateDescriptor() 1141 return 1 + parameters_count() + locals_count() + stack_count() + in GetSize() 1178 size_t locals_count, size_t stack_count, in JSToWasmFrameStateDescriptor() argument 1182 parameters_count, locals_count, stack_count, in JSToWasmFrameStateDescriptor()
|
D | instruction.h | 1387 size_t stack_count, 1396 size_t stack_count() const { return stack_count_; } in stack_count() function 1451 size_t stack_count,
|
D | instruction-selector.cc | 772 DCHECK_EQ(descriptor->stack_count(), StateValuesAccess(stack).size()); in AddInputsToFrameStateDescriptor()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 4981 <!-- unsigned short int _cpp_file::stack_count --> 4982 …<var-decl name='stack_count' type-id='type-id-36' visibility='default' filepath='../.././libcpp/fi… 5825 <!-- unsigned short int _cpp_file::stack_count --> 5826 …<var-decl name='stack_count' type-id='type-id-36' visibility='default' filepath='../.././libcpp/fi…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 3252 …<var-decl name='stack_count' type-id='type-id-36' visibility='default' filepath='../.././libcpp/fi… 3754 …<var-decl name='stack_count' type-id='type-id-36' visibility='default' filepath='../.././libcpp/fi…
|