Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_containers.h101 : private DebugStackReference, private DebugStackIndirectTopRef,
116 DebugStackIndirectTopRef(allocator), in DebugStackReference()
123 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
140 : private DebugStackReference, private DebugStackIndirectTopRef,
159 DebugStackIndirectTopRef(allocator), in DebugStackReference()
166 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
184 DebugStackIndirectTopRef::CheckTop();
189 DebugStackIndirectTopRef::CheckTop(); in deallocate()
Ddebug_stack.h42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef; typedef