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

  /art/runtime/gc/
allocation_listener.h 38 class AllocationListener {
40 virtual ~AllocationListener() {}
heap.h 62 class AllocationListener;
809 void SetAllocationListener(AllocationListener* l);
    [all...]
heap-inl.h 188 AllocationListener* l = alloc_listener_.LoadSequentiallyConsistent();
heap.cc     [all...]
  /art/runtime/openjdkjvmti/
events.cc 191 class JvmtiAllocationListener : public art::gc::AllocationListener {
237 static void SetupObjectAllocationTracking(art::gc::AllocationListener* listener, bool enable) {

Completed in 69 milliseconds