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

  /external/v8/src/heap/
spaces-inl.h 269 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
271 Address new_top = current_top + filler_size + size_in_bytes;
275 if (filler_size > 0) {
277 filler_size);
301 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
303 Address new_top = current_top + filler_size + *size_in_bytes;
307 if (filler_size > 0) {
308 *size_in_bytes += filler_size;
310 filler_size);
341 int filler_size = Heap::GetMaximumFillToAlign(alignment) local
398 int filler_size = Heap::GetFillToAlign(top, alignment); local
    [all...]
spaces.cc 2364 int filler_size = Heap::GetFillToAlign(old_top, alignment); local
    [all...]
heap.cc 2618 int filler_size = allocation_size - object_size; local
    [all...]
  /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) {
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 1315 size_t filler_size = local
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 1418 size_t filler_size = local
    [all...]

Completed in 132 milliseconds