Home
last modified time | relevance | path

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

/art/runtime/base/
Ddebug_stack.h37 class DebugStackIndirectTopRefImpl; variable
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
64 class DebugStackIndirectTopRefImpl<false> {
66 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<false>* ref) { UNUSED(ref); } in DebugStackIndirectTopRefImpl() function
67 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) = default;
68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default;
110 class DebugStackIndirectTopRefImpl {
112 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl() function
116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl() function
120 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
[all …]