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

  /art/compiler/utils/
debug_stack.h 49 void DecrementRefCount() { }
80 void DecrementRefCount() { --ref_count_; }
101 ~DebugStackReferenceImpl() { counter_->DecrementRefCount(); }
  /external/lldb/include/lldb/Utility/
SharedCluster.h 34 manager->DecrementRefCount();
90 void DecrementRefCount ()
  /external/chromium_org/content/browser/service_worker/
service_worker_handle.h 80 void DecrementRefCount();
service_worker_registration_handle.h 42 void DecrementRefCount();
service_worker_handle.cc 123 void ServiceWorkerHandle::DecrementRefCount() {
service_worker_registration_handle.cc 70 void ServiceWorkerRegistrationHandle::DecrementRefCount() {
service_worker_dispatcher_host.cc 637 handle->DecrementRefCount();
665 handle->DecrementRefCount();

Completed in 329 milliseconds