HomeSort by: relevance | last modified time | path
    Searched defs:class_size (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 51 stats_.Add(AllocatorStatAllocated, c->class_size);
69 stats_.Sub(AllocatorStatAllocated, c->class_size);
88 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
101 c->class_size = size;
171 stats_.Add(AllocatorStatAllocated, c->class_size);
185 stats_.Sub(AllocatorStatAllocated, c->class_size);
210 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
226 c->class_size = size;
sanitizer_allocator_local_cache.h 51 stats_.Add(AllocatorStatAllocated, c->class_size);
69 stats_.Sub(AllocatorStatAllocated, c->class_size);
88 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
101 c->class_size = size;
171 stats_.Add(AllocatorStatAllocated, c->class_size);
185 stats_.Sub(AllocatorStatAllocated, c->class_size);
210 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
226 c->class_size = size;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 44 stats_.Add(AllocatorStatAllocated, c->class_size);
62 stats_.Sub(AllocatorStatAllocated, c->class_size);
81 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
94 c->class_size = size;
170 stats_.Add(AllocatorStatAllocated, c->class_size);
184 stats_.Sub(AllocatorStatAllocated, c->class_size);
209 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
225 c->class_size = size;
sanitizer_allocator_local_cache.h 44 stats_.Add(AllocatorStatAllocated, c->class_size);
62 stats_.Sub(AllocatorStatAllocated, c->class_size);
81 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
94 c->class_size = size;
170 stats_.Add(AllocatorStatAllocated, c->class_size);
184 stats_.Sub(AllocatorStatAllocated, c->class_size);
209 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
225 c->class_size = size;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 44 stats_.Add(AllocatorStatAllocated, c->class_size);
62 stats_.Sub(AllocatorStatAllocated, c->class_size);
81 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
94 c->class_size = size;
170 stats_.Add(AllocatorStatAllocated, c->class_size);
184 stats_.Sub(AllocatorStatAllocated, c->class_size);
209 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
225 c->class_size = size;
sanitizer_allocator_local_cache.h 44 stats_.Add(AllocatorStatAllocated, c->class_size);
62 stats_.Sub(AllocatorStatAllocated, c->class_size);
81 uptr class_size; member in struct:SizeClassAllocator64LocalCache::PerClass
94 c->class_size = size;
170 stats_.Add(AllocatorStatAllocated, c->class_size);
184 stats_.Sub(AllocatorStatAllocated, c->class_size);
209 uptr class_size; member in struct:SizeClassAllocator32LocalCache::PerClass
225 c->class_size = size;
  /src/external/gpl3/gcc/dist/gcc/
lra-constraints.cc 243 int i, j, hard_regno, class_size, nregs;
247 class_size = ira_class_hard_regs_num[reg_class];
248 for (i = 0; i < class_size; i++)
242 int i, j, hard_regno, class_size, nregs; local
lra-constraints.cc 243 int i, j, hard_regno, class_size, nregs;
247 class_size = ira_class_hard_regs_num[reg_class];
248 for (i = 0; i < class_size; i++)
242 int i, j, hard_regno, class_size, nregs; local
  /src/external/gpl3/gcc.old/dist/gcc/
lra-constraints.cc 255 int class_size, hard_regno, nregs, i, j;
298 class_size = ira_class_hard_regs_num[common_class];
299 for (i = 0; i < class_size; i++)
254 int class_size, hard_regno, nregs, i, j; local
lra-constraints.cc 255 int class_size, hard_regno, nregs, i, j;
298 class_size = ira_class_hard_regs_num[common_class];
299 for (i = 0; i < class_size; i++)
254 int class_size, hard_regno, nregs, i, j; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 1161 gfc_expr *class_size = gfc_copy_expr (expr); local
1162 gfc_add_vptr_component (class_size);
1163 gfc_add_size_component (class_size);
1165 gfc_conv_expr (se, class_size);
trans.cc 1161 gfc_expr *class_size = gfc_copy_expr (expr); local
1162 gfc_add_vptr_component (class_size);
1163 gfc_add_size_component (class_size);
1165 gfc_conv_expr (se, class_size);

Completed in 106 milliseconds