Home
last modified time | relevance | path

Searched defs:use_count (Results 1 – 8 of 8) sorted by relevance

/external/qemu/include/sysemu/
Dkvm.h109 int use_count; member
/external/chromium_org/chrome/browser/net/
Dreferrer.h105 int64 use_count() const { return use_count_; } in use_count() function
/external/lldb/include/lldb/Utility/
DSharingPtr.h58 long use_count() const {return shared_owners_ + 1;} in use_count() function
161 long use_count() const {return cntrl_ ? cntrl_->use_count() : 0;} in use_count() function
576 use_count() const in use_count() function
738 use_count () const in use_count() function
/external/lldb/source/Utility/
DSharingPtr.cpp67 extern "C" void track_sp (void *sp_this, void *ptr, long use_count) in track_sp()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc92 int StackDepotHandle::use_count() { in use_count() function in __sanitizer::StackDepotHandle
/external/compiler-rt/lib/msan/
Dmsan.cc285 int use_count = h.use_count(); in ChainOrigin() local
/external/chromium_org/v8/test/cctest/compiler/
Dtest-node.cc97 int use_count = 0; in TEST() local
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc77 int use_count[Representation::kNumRepresentations] = { 0 }; in RepresentationFromUses() local