Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_containers.h107 : private DebugStackReference, private DebugStackIndirectTopRef,
122 DebugStackIndirectTopRef(allocator), in DebugStackReference()
129 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
146 : private DebugStackReference, private DebugStackIndirectTopRef,
165 DebugStackIndirectTopRef(allocator), in DebugStackReference()
172 DebugStackIndirectTopRef(other), in ScopedArenaAllocatorAdapter()
190 DebugStackIndirectTopRef::CheckTop();
195 DebugStackIndirectTopRef::CheckTop(); in deallocate()
Ddebug_stack.h42 using DebugStackIndirectTopRef = DebugStackIndirectTopRefImpl<kIsDebugBuild>; variable