Searched defs:IncrementRefCount (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Ddebug_stack.h48 size_t IncrementRefCount() { return 0u; } function in class:art::DebugStackRefCounterImpl
79 size_t IncrementRefCount() { return ++ref_count_; } function in class:art::DebugStackRefCounterImpl
92 : counter_(counter), ref_count_(counter->IncrementRefCount()) {
95 : counter_(other.counter_), ref_count_(counter_->IncrementRefCount()) {

Completed in 44 milliseconds