Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DCallStack.h102 typedef std::unique_ptr<CallStack, StackDeleter> CallStackUPtr; typedef
106 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);
/system/core/libutils/
DCallStack.cpp95 CallStack::CallStackUPtr CallStack::getCurrentInternal(int ignoreDepth) { in getCurrentInternal()
96 CallStack::CallStackUPtr stack(new CallStack()); in getCurrentInternal()
DCallStack_fuzz.cpp36 android::CallStack::CallStackUPtr callStack = android::CallStack::getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()
/system/core/libutils/binder/
DRefBase.cpp347 CallStack::CallStackUPtr stack;