| /external/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_stack_test.cc | 21 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace() 23 uptr stack[128]; in TestStackTrace() local 50 static void TestTrim(StackTraceTy *trace) { in TestTrim() 53 uptr stack[kShadowStackSize]; in TestTrim() local 76 VarSizeStackTrace trace; in TEST() local 81 BufferedStackTrace trace; in TEST() local 86 VarSizeStackTrace trace; in TEST() local 91 BufferedStackTrace trace; in TEST() local
|
| /external/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_stack_test.cpp | 20 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace() 22 uptr stack[128]; in TestStackTrace() local 49 static void TestTrim(StackTraceTy *trace) { in TestTrim() 52 uptr stack[kShadowStackSize]; in TestTrim() local 75 VarSizeStackTrace trace; in TEST() local 80 BufferedStackTrace trace; in TEST() local 85 VarSizeStackTrace trace; in TEST() local 90 BufferedStackTrace trace; in TEST() local
|
| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_debugging.cpp | 49 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack() 54 StackTrace stack(nullptr, 0); in AsanGetStack() local 105 } else if (auto stack = descr.AsStack()) { in __asan_locate_address() local 131 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack() 136 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
| D | StacktraceUtils.kt | 21 val stack = CharArray(array.size) in <lambda>() constant 93 val trace = baos.toString().split("\n\n") in verifyDump() constant 110 expected.withIndex().forEach { (index, trace) -> in verifyDump() method 128 val trace = dump.split("\n\n") in trimPackage() constant
|
| /external/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_debugging.cpp | 55 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace() 98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() 102 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack() local 109 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop() 126 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc() 154 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() 168 void **trace, uptr trace_size) { in __tsan_get_report_thread() 242 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack() 258 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack() local
|
| D | tsan_rtl_report.cpp | 110 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId() local 116 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack() 140 ReportStack *stack = ReportStack::New(); in SymbolizeStack() local 160 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack() 167 StackTrace stack, const MutexSet *mset) { in AddMemoryAccess() 384 Trace* trace = ThreadTrace(tid); in RestoreStack() local 396 Vector<uptr> stack; in RestoreStack() local 540 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 713 VarSizeStackTrace trace; in PrintCurrentStack() local
|
| D | tsan_rtl.cpp | 344 BufferedStackTrace *stack) { in OnStackUnwind() 583 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts(); in TraceSwitch() local
|
| /external/compiler-rt/lib/asan/ |
| D | asan_debugging.cc | 84 static uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack() 89 StackTrace stack(nullptr, 0); in AsanGetStack() local 126 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack() 131 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_debugging.cc | 47 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace() 83 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() 87 ReportStack *stack = rep->stacks[idx]; in __tsan_get_report_stack() local 94 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop() 111 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc() 129 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() 143 void **trace, uptr trace_size) { in __tsan_get_report_thread()
|
| D | tsan_rtl_report.cc | 107 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId() local 113 static ReportStack *SymbolizeStack(StackTrace trace) { in SymbolizeStack() 137 ReportStack *stack = ReportStack::New(); in SymbolizeStack() local 157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) { in AddStack() 163 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack, in AddMemoryAccess() 377 Trace* trace = ThreadTrace(tid); in RestoreStack() local 389 Vector<uptr> stack(MBlockReportStack); in RestoreStack() local 536 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() 678 VarSizeStackTrace trace; in PrintCurrentStack() local
|
| D | tsan_rtl.h | 591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) { in ObtainCurrentStack() 796 Event *trace = (Event*)GetThreadTrace(fs.tid()); in TraceAddEvent() local
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | stacktrace.h | 49 void* trace[128]; in CurrentStackTrace() local 93 void* const* stack() const { return stack_; } in stack() function
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
| D | StackTraceRecovery.kt | 43 val trace = Array(size - lastIntrinsic - adjustment) { in sanitizeStackTrace() constant 179 val stack = ArrayDeque<StackTraceElement>() in createStackTrace() constant
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_stacktrace_test.cc | 38 BufferedStackTrace trace; member in __sanitizer::FastUnwindTest 155 BufferedStackTrace stack; in TEST() local
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_stacktrace_test.cpp | 34 BufferedStackTrace trace; member in __sanitizer::FastUnwindTest 158 BufferedStackTrace stack; in TEST() local
|
| /external/python/pybind11/include/pybind11/ |
| D | cast.h | 53 auto &stack = get_internals().loader_patient_stack; in PYBIND11_NAMESPACE_BEGIN() local 69 auto &stack = get_internals().loader_patient_stack; in PYBIND11_NAMESPACE_BEGIN() local 435 auto *trace = (PyTracebackObject *) scope.trace; in error_string() local
|
| /external/python/cpython3/Objects/ |
| D | frameobject.c | 82 push_block(int64_t stack, Kind kind) in push_block() 89 pop_block(int64_t stack) in pop_block() 96 top_block(int64_t stack) in top_block() 485 PyObject* trace = f->f_trace; in frame_gettrace() local
|
| /external/python/cpython2/Lib/ |
| D | inspect.py | 1067 def stack(context=1): function 1071 def trace(context=1): function
|
| /external/python/cpython3/Lib/ |
| D | inspect.py | 1550 def stack(context=1): function 1554 def trace(context=1): function
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
| D | import_model.cc | 595 if (const std::shared_ptr<AbstractStackTrace>& stack = in CopyStackTraces() local 1650 const auto& trace = location_it->second; in GetLocation() local
|
| /external/fmtlib/test/ |
| D | gmock-gtest-all.cc | 4841 TraceInfo trace; in ScopedTrace() local 5134 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult() local 5318 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace() 7406 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
| D | gmock-gtest-all.cc | 5278 TraceInfo trace; in ScopedTrace() local 5571 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult() local 5758 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace() 7905 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild() local
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 8590 uint32_t stack[kMaxWSlots]; in PushPopWXOverlapHelper() local 9108 TEST(trace) { in TEST() argument 13579 SimStack::Allocated stack = builder.Allocate(); in TEST() local 13606 SimStack::Allocated stack = builder.Allocate(); in TEST() local 13629 SimStack::Allocated stack = builder.Allocate(); in TEST() local 13652 SimStack::Allocated stack = builder.Allocate(); in TEST() local 13671 SimStack::Allocated stack = builder.Allocate(); in TEST() local
|