Home
last modified time | relevance | path

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

/art/libartbase/base/
Ddebug_stack.h38 class DebugStackIndirectTopRefImpl; variable
42 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
65 class DebugStackIndirectTopRefImpl<false> {
67 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref ATTRIBUTE_UNUSED) {} in DebugStackIndirectTopRefImpl() function
68 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;
119 class DebugStackIndirectTopRefImpl {
121 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl() function
125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl() function
129 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
[all …]