Searched refs:AllocateChunk (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc168 MemoryChunk* memory_chunk = memory_allocator->AllocateChunk(reserve_area_size,
/external/v8/src/
H A Dspaces.cc490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size, function in class:v8::internal::MemoryAllocator
577 MemoryChunk* chunk = AllocateChunk(owner->AreaSize(),
590 MemoryChunk* chunk = AllocateChunk(object_size, executable, owner);
H A Ddeoptimizer.cc1162 Isolate::Current()->memory_allocator()->AllocateChunk(desc.instr_size,
H A Dspaces.h986 MemoryChunk* AllocateChunk(intptr_t body_size,
/external/chromium_org/v8/src/
H A Dspaces.cc574 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size, function in class:v8::internal::MemoryAllocator
718 MemoryChunk* chunk = AllocateChunk(size, size, executable, owner);
729 MemoryChunk* chunk = AllocateChunk(object_size,
H A Dspaces.h1093 MemoryChunk* AllocateChunk(intptr_t reserve_area_size,
H A Ddeoptimizer.cc44 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),

Completed in 165 milliseconds