HomeSort by relevance Sort by last modified time
    Searched refs:unmapper (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 104 Runnable unmapper,
110 cleaner = Cleaner.create(memoryRef, unmapper);
  /external/v8/src/heap/
spaces.cc 314 unmapper()->WaitUntilCompleted();
317 while ((chunk = unmapper()->TryGetPooledMemoryChunkSafe()) != nullptr) {
337 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
339 explicit UnmapFreeMemoryTask(Unmapper* unmapper) : unmapper_(unmapper) {}
348 Unmapper* unmapper_;
352 void MemoryAllocator::Unmapper::FreeQueuedChunks() {
363 bool MemoryAllocator::Unmapper::WaitUntilCompleted() {
373 void MemoryAllocator::Unmapper::PerformFreeMemoryOnQueuedChunks()
    [all...]
mark-compact.cc 842 heap()->memory_allocator()->unmapper()->WaitUntilCompleted();
    [all...]
spaces.h 1510 Unmapper* unmapper() { return &unmapper_; } function in class:v8::internal::MemoryAllocator
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 480 CFileUnmapper unmapper(data);
    [all...]

Completed in 217 milliseconds