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

  /art/runtime/
monitor_pool.cc 36 AllocateChunk(); // Get our first chunk.
41 void MonitorPool::AllocateChunk() {
117 AllocateChunk();
monitor_pool.h 119 void AllocateChunk() REQUIRES(Locks::allocated_monitor_ids_lock_);
  /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...]
spaces.h     [all...]
  /external/v8/test/cctest/heap/
test-spaces.cc 166 MemoryChunk* memory_chunk = memory_allocator->AllocateChunk(
  /external/v8/src/
deoptimizer.cc 24 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
    [all...]

Completed in 114 milliseconds