Home
last modified time | relevance | path

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

/art/compiler/utils/
Dscoped_arena_containers.h62 : private DebugStackReference, private DebugStackIndirectTopRef,
77 DebugStackIndirectTopRef(arena_allocator), in DebugStackReference()
84 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
101 : private DebugStackReference, private DebugStackIndirectTopRef,
120 DebugStackIndirectTopRef(arena_allocator), in DebugStackReference()
127 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
144 DebugStackIndirectTopRef::CheckTop();
149 DebugStackIndirectTopRef::CheckTop(); in deallocate()
Ddebug_stack.h41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef; typedef