Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_allocator.cc36 DebugStackRefCounter::CheckNoRefs(); in ~ArenaStack()
41 DebugStackRefCounter::CheckNoRefs(); in Reset()
50 DebugStackRefCounter::CheckNoRefs(); in GetPeakStats()
126 other.DebugStackRefCounter::CheckNoRefs(); in ScopedArenaAllocator()
156 DebugStackRefCounter::CheckNoRefs(); in DoReset()
Ddebug_stack.h52 void CheckNoRefs() const { } in CheckNoRefs() function
79 ~DebugStackRefCounterImpl() { CheckNoRefs(); } in ~DebugStackRefCounterImpl()
83 void CheckNoRefs() const { CHECK_EQ(ref_count_, 0u); } in CheckNoRefs() function
Dscoped_arena_allocator.h58 DebugStackRefCounter::CheckNoRefs(); in PeakBytesAllocated()