Home
last modified time | relevance | path

Searched refs:unmapper (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/heap/
Dmemory-allocator.cc134 unmapper()->TearDown(); in TearDown()
159 explicit UnmapFreeMemoryJob(Isolate* isolate, Unmapper* unmapper) in UnmapFreeMemoryJob() argument
160 : unmapper_(unmapper), tracer_(isolate->heap()->tracer()) {} in UnmapFreeMemoryJob()
614 unmapper()->AddMemoryChunkSafe(chunk); in Free()
685 MemoryChunk* chunk = unmapper()->TryGetPooledMemoryChunkSafe(); in AllocatePagePooled()
Dnew-spaces.cc143 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in Uncommit()
209 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in ShrinkTo()
Dmemory-allocator.h297 Unmapper* unmapper() { return &unmapper_; } in unmapper() function
Dgc-tracer.cc649 heap_->memory_allocator()->unmapper()->NumberOfChunks(), in PrintNVP()
903 heap_->memory_allocator()->unmapper()->NumberOfChunks(), in PrintNVP()
Dlarge-spaces.cc521 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in FreeDeadObjects()
Dheap.cc347 return memory_allocator()->unmapper()->CommittedBufferedMemory(); in CommittedMemoryOfUnmapper()
530 memory_allocator()->unmapper()->NumberOfCommittedChunks(), in PrintShortHeapStatistics()
854 memory_allocator()->unmapper()->PrepareForGC(); in GarbageCollectionPrologue()
3747 memory_allocator()->unmapper()->EnsureUnmappingCompleted(); in EagerlyFreeExternalMemory()
Dmark-compact.cc2855 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in EvacuateEpilogue()
3430 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in Evacuate()
4704 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in EvacuateEpilogue()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp540 CFileUnmapper unmapper(data); in ParseMapWithPaths() local
/external/v8/src/execution/
Disolate.cc3071 heap_.memory_allocator()->unmapper()->EnsureUnmappingCompleted(); in ThrowInternal()