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

  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 774 private static class Unmapper
790 private Unmapper(long address, long size, int cap,
799 synchronized (Unmapper.class) {
821 synchronized (Unmapper.class) {
    [all...]
  /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...]
spaces.h 1510 Unmapper* unmapper() { return &unmapper_; } function in class:v8::internal::MemoryAllocator
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 139 milliseconds