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

  /art/runtime/openjdkjvmti/
events.h 222 std::unique_ptr<JvmtiAllocationListener> alloc_listener_; member in class:openjdkjvmti::EventHandler
events.cc 617 SetupObjectAllocationTracking(alloc_listener_.get(), enable);
768 alloc_listener_.reset(new JvmtiAllocationListener(this));
  /art/runtime/gc/
heap-inl.h 188 AllocationListener* l = alloc_listener_.LoadSequentiallyConsistent();
heap.h 1448 Atomic<AllocationListener*> alloc_listener_; member in class:art::gc::Heap
    [all...]
heap.cc     [all...]

Completed in 86 milliseconds