Searched refs:unmapper (Results 1 – 4 of 4) sorted by relevance
314 unmapper()->TearDown(); in TearDown()333 explicit UnmapFreeMemoryTask(Unmapper* unmapper) : unmapper_(unmapper) {} in UnmapFreeMemoryTask() argument910 unmapper()->AddMemoryChunkSafe(chunk); in AllocateChunk()961 MemoryChunk* chunk = unmapper()->TryGetPooledMemoryChunkSafe(); in AllocateChunk()1947 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in AllocateChunk()2025 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in AllocateChunk()
793 heap()->memory_allocator()->unmapper()->WaitUntilCompleted(); in Prepare()3466 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in EvacuateNewSpaceAndCandidates()3734 heap()->memory_allocator()->unmapper()->FreeQueuedChunks(); in ReleaseEvacuationCandidates()
1310 Unmapper* unmapper() { return &unmapper_; } in unmapper() function
480 CFileUnmapper unmapper(data); in ParseMapWithPaths() local