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

  /frameworks/base/core/java/android/os/
SharedMemory.java 227 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire()); local
228 return new DirectByteBuffer(length, address, mFileDescriptor, unmapper, readOnly);
312 private static final class Unmapper implements Runnable {
317 private Unmapper(long address, int size, MemoryRegistration memoryReference) {
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 121 Runnable unmapper,
127 cleaner = Cleaner.create(memoryRef, unmapper);
  /external/v8/src/heap/
spaces.cc 318 unmapper()->TearDown();
335 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
337 explicit UnmapFreeMemoryTask(Unmapper* unmapper) : unmapper_(unmapper) {}
346 Unmapper* unmapper_;
350 void MemoryAllocator::Unmapper::FreeQueuedChunks() {
361 bool MemoryAllocator::Unmapper::WaitUntilCompleted() {
371 template <MemoryAllocator::Unmapper::FreeMode mode>
372 void MemoryAllocator::Unmapper::PerformFreeMemoryOnQueuedChunks()
    [all...]
mark-compact.cc 785 heap()->memory_allocator()->unmapper()->WaitUntilCompleted();
    [all...]
spaces.h 1327 Unmapper* unmapper() { return &unmapper_; } function in class:v8::internal::MemoryAllocator
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 512 CFileUnmapper unmapper(data);
    [all...]

Completed in 106 milliseconds