Searched refs:CallStackUPtr (Results 1 – 4 of 4) sorted by relevance
101 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr; typedef105 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t ignoreDepth = 1) {108 return CallStackUPtr(nullptr);114 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t = 1) {115 return CallStackUPtr(nullptr);154 static CallStackUPtr CALLSTACK_WEAK getCurrentInternal(int32_t ignoreDepth);
94 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()95 CallStack::CallStackUPtr stack(new CallStack()); in getCurrentInternal()
36 android::CallStack::CallStackUPtr callStack = android::CallStack::getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()
348 CallStack::CallStackUPtr stack;