HomeSort by relevance Sort by last modified time
    Searched defs:AllocateChunk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
spaces.cc 574 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
718 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
729 MemoryChunk* chunk = AllocateChunk(object_size,
    [all...]
  /external/v8/src/
spaces.cc 490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size,
577 MemoryChunk* chunk = AllocateChunk(owner->AreaSize(),
590 MemoryChunk* chunk = AllocateChunk(object_size, executable, owner);
    [all...]

Completed in 96 milliseconds