Home
last modified time | relevance | path

Searched refs:DeallocateChain (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dmark-compact.h238 void DeallocateChain(SlotsBuffer** buffer_address);
352 allocator->DeallocateChain(buffer_address); in INLINE()
Dmark-compact.cc933 slots_buffer_allocator_.DeallocateChain(p->slots_buffer_address()); in AbortCompaction()
3117 slots_buffer_allocator_.DeallocateChain(page->slots_buffer_address()); in EvacuatePages()
3602 slots_buffer_allocator_.DeallocateChain(&migration_slots_buffer_); in EvacuateNewSpaceAndCandidates()
3627 slots_buffer_allocator_.DeallocateChain(p->slots_buffer_address()); in ReleaseEvacuationCandidates()
4307 allocator->DeallocateChain(buffer_address); in AddTo()
4458 void SlotsBufferAllocator::DeallocateChain(SlotsBuffer** buffer_address) { in DeallocateChain() function in v8::internal::SlotsBufferAllocator