Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_arena_containers.h68 : private DebugStackReference, private DebugStackIndirectTopRef,
83 DebugStackIndirectTopRef(arena_allocator), in DebugStackReference()
90 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
107 : private DebugStackReference, private DebugStackIndirectTopRef,
126 DebugStackIndirectTopRef(arena_allocator), in DebugStackReference()
133 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
151 DebugStackIndirectTopRef::CheckTop();
158 DebugStackIndirectTopRef::CheckTop(); in deallocate()
Ddebug_stack.h41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef; typedef