HomeSort by relevance Sort by last modified time
    Searched defs:filler_size (Results 1 - 6 of 6) sorted by null

  /external/sfntly/cpp/src/sfntly/
font.cc 159 int32_t filler_size = ((table_size + 3) & ~3) - table_size; local
160 for (int32_t i = 0; i < filler_size; ++i) {
  /external/v8/src/heap/
spaces-inl.h 390 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
392 Address new_top = current_top + filler_size + size_in_bytes;
396 if (filler_size > 0) {
398 filler_size);
408 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
410 Address new_top = current_top + filler_size + *size_in_bytes;
414 if (filler_size > 0) {
415 *size_in_bytes += filler_size;
417 filler_size);
470 int filler_size = Heap::GetMaximumFillToAlign(alignment) local
526 int filler_size = Heap::GetFillToAlign(top, alignment); local
    [all...]
spaces.cc 1750 int filler_size = Heap::GetFillToAlign(old_top, alignment); local
    [all...]
heap.cc 2049 int filler_size = allocation_size - object_size; local
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 1230 size_t filler_size = local
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 1309 size_t filler_size = local
    [all...]

Completed in 414 milliseconds