Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc319 unmapper()->TearDown(); in TearDown()
337 explicit UnmapFreeMemoryTask(Isolate* isolate, Unmapper* unmapper) in UnmapFreeMemoryTask() argument
339 unmapper_(unmapper), in UnmapFreeMemoryTask()
1161 unmapper()->AddMemoryChunkSafe(chunk); in AllocateChunk()
1213 MemoryChunk* chunk = unmapper()->TryGetPooledMemoryChunkSafe(); in AllocateChunk()
2598 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in AllocateChunk()
2664 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in AllocateChunk()
Dgc-tracer.cc591 heap_->memory_allocator()->unmapper()->NumberOfChunks(), in PrintNVP()
836 heap_->memory_allocator()->unmapper()->NumberOfChunks(), in PrintNVP()
Dmark-compact.cc774 heap()->memory_allocator()->unmapper()->PrepareForMarkCompact(); in Prepare()
2314 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in EvacuateEpilogue()
2775 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in Evacuate()
4004 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in EvacuateEpilogue()
Dheap.cc299 memory_allocator()->unmapper()->CommittedBufferedMemory(); in CommittedMemoryOfHeapAndUnmapper()
476 memory_allocator()->unmapper()->NumberOfChunks(), in PrintShortHeapStatistics()
1237 memory_allocator()->unmapper()->EnsureUnmappingCompleted(); in CollectAllAvailableGarbage()
Dspaces.h1471 Unmapper* unmapper() { return &unmapper_; } in unmapper() function
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp540 CFileUnmapper unmapper(data); in ParseMapWithPaths() local
/external/v8/src/
Disolate.cc2620 heap_.memory_allocator()->unmapper()->EnsureUnmappingCompleted(); in Throw()