HomeSort by relevance Sort by last modified time
    Searched defs:unmapper (Results 1 - 2 of 2) 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) {
  /external/v8/src/heap/
spaces.h 1327 Unmapper* unmapper() { return &unmapper_; } function in class:v8::internal::MemoryAllocator
    [all...]

Completed in 308 milliseconds