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

  /art/runtime/
monitor_pool.cc 36 AllocateChunk(); // Get our first chunk.
41 void MonitorPool::AllocateChunk() {
117 AllocateChunk();
  /external/v8/src/heap/
spaces.cc 615 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
747 return AllocateChunk(reserve_area_size, commit_area_size, executable,
844 chunk = AllocateChunk(size, size, executable, owner);
863 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
    [all...]

Completed in 113 milliseconds