HomeSort by relevance Sort by last modified time
    Searched refs:DebugStackRefCounter (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/
scoped_arena_allocator.cc 27 : DebugStackRefCounter(),
37 DebugStackRefCounter::CheckNoRefs();
42 DebugStackRefCounter::CheckNoRefs();
51 DebugStackRefCounter::CheckNoRefs();
109 DebugStackRefCounter(),
123 DebugStackRefCounter::CheckNoRefs();
scoped_arena_allocator.h 35 class ArenaStack : private DebugStackRefCounter {
101 : private DebugStackReference, private DebugStackRefCounter, private ArenaAllocatorStats {
debug_stack.h 39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
arena_allocator.h 159 class ArenaAllocator : private DebugStackRefCounter, private ArenaAllocatorStats {

Completed in 41 milliseconds