Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_containers.h103 : private DebugStackReference, private DebugStackIndirectTopRef,
118 DebugStackIndirectTopRef(allocator), in DebugStackReference()
125 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
142 : private DebugStackReference, private DebugStackIndirectTopRef,
161 DebugStackIndirectTopRef(allocator), in DebugStackReference()
168 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
186 DebugStackIndirectTopRef::CheckTop();
191 DebugStackIndirectTopRef::CheckTop(); in deallocate()
Ddebug_stack.h42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef; typedef