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

  /external/v8/src/heap/
spaces-inl.h 390 int filler_size = Heap::GetFillToAlign(current_top, alignment);
408 int filler_size = Heap::GetFillToAlign(current_top, alignment);
526 int filler_size = Heap::GetFillToAlign(top, alignment);
536 filler_size = Heap::GetFillToAlign(top, alignment);
heap.h 666 static int GetFillToAlign(Address address, AllocationAlignment alignment);
    [all...]
spaces.cc     [all...]
heap.cc     [all...]
  /external/v8/src/snapshot/
deserializer.cc 331 DCHECK_EQ(0, Heap::GetFillToAlign(obj->address(), obj->RequiredAlignment()));
373 int padding = Heap::GetFillToAlign(address, next_alignment_);
    [all...]

Completed in 82 milliseconds