Lines Matching refs:CallStack
47 class CallStack {
50 CallStack();
53 CallStack(const char* logtag, int32_t ignoreDepth = 1);
54 ~CallStack();
93 void operator()(CallStack* stack) { in operator()
97 void operator()(CallStack*) {}
101 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr;
120 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* stack = getCurrent().get(),
130 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* = getCurrent().get(),
138 const CallStack* stack = getCurrent().get()) {
147 const CallStack* = getCurrent().get()) {
155 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,
157 static String8 CALLSTACK_WEAK stackToStringInternal(const char* prefix, const CallStack* stack);
160 static void CALLSTACK_WEAK deleteStack(CallStack* stack);