Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Ddebug_stack.h50 size_t GetRefCount() const { return 0u; } in GetRefCount() function
81 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
102 void CheckTop() { CHECK_EQ(counter_->GetRefCount(), ref_count_); } in CheckTop()
/art/runtime/
Dthread_pool.h138 size_t GetRefCount() const { in GetRefCount() function