Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateChunk

490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size,
577 MemoryChunk* chunk = AllocateChunk(owner->AreaSize(),
590 MemoryChunk* chunk = AllocateChunk(object_size, executable, owner);