Home
last modified time | relevance | path

Searched refs:StackDepotGet (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST()
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST()
37 StackTrace stack = StackDepotGet(i1); in TEST()
42 StackTrace stack = StackDepotGet(0); in TEST()
52 StackTrace stack = StackDepotGet(i1); in TEST()
86 StackTrace stack = StackDepotGet(ids[i]); in TEST()
/external/compiler-rt/lib/msan/
Dmsan_origin.h90 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
95 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h41 StackTrace StackDepotGet(u32 id);
Dsanitizer_stackdepot.cc120 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc62 StackDepotGet(a.id).Print(); in Print()
Dasan_report.cc333 StackDepotGet(reg_sites[i]).Print(); in DescribeAddressIfGlobal()
617 StackDepotGet(context->stack_id).Print(); in DescribeThread()
981 StackDepotGet(stack_id1).Print(); in ReportODRViolation()
983 StackDepotGet(stack_id2).Print(); in ReportODRViolation()
Dasan_allocator.cc679 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc376 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById()
391 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb()
518 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc487 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
Dtsan_rtl_report.cc107 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId()