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

  /external/v8/src/
spaces-inl.h 335 int chunk_id = GetChunkId(p);
352 int MemoryAllocator::GetChunkId(Page* p) {
360 int chunk_id = GetChunkId(prev);
367 int chunk_id = GetChunkId(page);
396 int id = GetChunkId(page);
402 int id = GetChunkId(page);
spaces.h 757 inline int GetChunkId(Page* p);
763 // This function and GetChunkId() are provided for the mark-compact
    [all...]
spaces.cc 643 int chunk_id = GetChunkId(first_page);
693 int chunk_id = GetChunkId(p);
702 int chunk_id = GetChunkId(p);
    [all...]

Completed in 189 milliseconds