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

  /external/v8/src/heap/
spaces-inl.h 418 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
420 Address new_top = current_top + filler_size + size_in_bytes;
424 if (filler_size > 0) {
426 filler_size);
436 int filler_size = Heap::GetFillToAlign(current_top, alignment); local
438 Address new_top = current_top + filler_size + *size_in_bytes;
442 if (filler_size > 0) {
443 *size_in_bytes += filler_size;
445 filler_size);
493 int filler_size = Heap::GetMaximumFillToAlign(alignment) local
542 int filler_size = Heap::GetFillToAlign(top, alignment); local
    [all...]
heap.cc 2027 int filler_size = allocation_size - object_size; local
    [all...]
spaces.cc 1586 int filler_size = Heap::GetFillToAlign(old_top, alignment); local
    [all...]
heap.h     [all...]
  /external/sfntly/cpp/src/sfntly/
font.cc 156 int32_t filler_size = ((table_size + 3) & ~3) - table_size; local
157 for (int32_t i = 0; i < filler_size; ++i) {
  /external/v8/test/cctest/heap/
test-heap.cc 1984 int filler_size = static_cast<int>(FixedArray::SizeFor(8192)); local
    [all...]

Completed in 121 milliseconds