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

  /art/runtime/
monitor_pool.cc 32 AllocateChunk(); // Get our first chunk.
37 void MonitorPool::AllocateChunk() {
100 AllocateChunk();
monitor_pool.h 108 void AllocateChunk() EXCLUSIVE_LOCKS_REQUIRED(Locks::allocated_monitor_ids_lock_);
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 168 MemoryChunk* memory_chunk = memory_allocator->AllocateChunk(reserve_area_size,
  /external/chromium_org/v8/src/
spaces.cc 581 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
726 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
737 MemoryChunk* chunk = AllocateChunk(object_size,
    [all...]
spaces.h     [all...]
deoptimizer.cc 21 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
    [all...]

Completed in 148 milliseconds