Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Dstacktrace_win32-inl.inc50 // UWP. CaptureStackBackTrace is the public version of RtlCaptureStackBackTrace
54 &::CaptureStackBackTrace;
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dstacktrace.cc69 int num_frames = CaptureStackBackTrace(0, kMaxStackFrames, trace, NULL); in CurrentStackTrace()
H A Dstacktrace_handler.cc109 int num_frames = CaptureStackBackTrace(0, kMaxStackFrames, trace, NULL); in SafePrintStackTracePointers()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_win.cc101 return CaptureStackBackTrace(0, count, const_cast<void**>(trace), NULL); in CollectStackTrace()
/aosp_15_r20/external/cronet/base/
H A Dlogging_win.cc71 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL); in LogMessage()
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_win.cc328 return CaptureStackBackTrace(0, count, const_cast<void**>(trace), NULL); in CollectStackTrace()
/aosp_15_r20/external/pytorch/c10/util/
H A DBacktrace.cpp354 n_frame_ = CaptureStackBackTrace(
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpCrashHandler.c365 … numInBatch = CaptureStackBackTrace(batchStart, DE_LENGTH_OF_ARRAY(addresses), addresses, NULL); in qpCrashHandler_writeCrashInfo()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc721 size = CaptureStackBackTrace(2, Min(max_depth, kStackTraceMax), in SlowUnwindStack()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h82 #define CaptureStackBackTrace RtlCaptureStackBackTrace macro