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

  /external/v8/test/cctest/
test-spaces.cc 110 MemoryAllocator::AllocatePages(requested, &allocated, &faked_space);
123 MemoryAllocator::AllocatePages(requested, &allocated, &faked_space);
  /external/v8/src/
spaces.cc 412 Page* MemoryAllocator::AllocatePages(int requested_pages, int* allocated_pages,
659 MemoryAllocator::AllocatePages(requested_pages, &num_pages, this);
845 Page* p = MemoryAllocator::AllocatePages(desired_pages, &desired_pages, this);
    [all...]
spaces.h 460 static Page* AllocatePages(int requested_pages, int* allocated_pages,
    [all...]

Completed in 31 milliseconds