Searched refs:CallStackUPtr (Results 1 – 4 of 4) sorted by relevance
102 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr; typedef106 static CallStackUPtr CALLSTACK_ALWAYS_INLINE getCurrent(int32_t ignoreDepth = 1) {109 return CallStackUPtr(nullptr);115 static CallStackUPtr CALLSTACK_ALWAYS_INLINE getCurrent(int32_t = 1) {116 return CallStackUPtr(nullptr);157 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);
95 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()96 CallStack::CallStackUPtr stack(new CallStack()); in getCurrentInternal()
36 android::CallStack::CallStackUPtr callStack = android::CallStack::getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()
347 CallStack::CallStackUPtr stack;