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

  /external/v8/src/heap/
spaces-inl.h 327 int filler_size = Heap::GetFillToAlign(current_top, alignment);
345 int filler_size = Heap::GetFillToAlign(current_top, alignment);
444 int filler_size = Heap::GetFillToAlign(top, alignment);
454 filler_size = Heap::GetFillToAlign(top, alignment);
spaces.cc     [all...]
heap.h     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/src/snapshot/
serialize.cc 734 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), obj->RequiredAlignment()));
774 int padding = Heap::GetFillToAlign(address, next_alignment_);
    [all...]

Completed in 389 milliseconds