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

  /external/v8/src/heap/
spaces.cc 114 kReservedCodeRangePages * MemoryAllocator::GetCommitPageSize();
567 RoundUp(header_size + requested, MemoryAllocator::GetCommitPageSize());
569 MemoryAllocator::GetCommitPageSize());
637 DCHECK_GE(bytes_to_shrink, static_cast<size_t>(GetCommitPageSize()));
638 DCHECK_EQ(0u, bytes_to_shrink % GetCommitPageSize());
648 base::OS::Guard(chunk->area_end_, GetCommitPageSize());
697 GetCommitPageSize()) +
709 GetCommitPageSize());
745 GetCommitPageSize());
748 GetCommitPageSize());
    [all...]
spaces.h     [all...]
  /external/v8/src/
deoptimizer.cc 27 MemoryAllocator::GetCommitPageSize(),
90 int commit_page_size = static_cast<int>(MemoryAllocator::GetCommitPageSize());
    [all...]

Completed in 235 milliseconds