Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddebug_stack.h31 class DebugStackRefCounterImpl; variable
39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
46 class DebugStackRefCounterImpl<false> {
57 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<false>* counter) { UNUSED(counter); } in DebugStackReferenceImpl()
75 class DebugStackRefCounterImpl {
77 DebugStackRefCounterImpl() : ref_count_(0u) { } in DebugStackRefCounterImpl() function
78 ~DebugStackRefCounterImpl() { CheckNoRefs(); } in ~DebugStackRefCounterImpl()
91 explicit DebugStackReferenceImpl(DebugStackRefCounterImpl<kIsDebug>* counter) in DebugStackReferenceImpl()
105 DebugStackRefCounterImpl<true>* counter_;