HomeSort by relevance Sort by last modified time
    Searched refs:StackDepotGet (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 24 StackTrace stack = StackDepotGet(i1);
31 StackTrace stack = StackDepotGet((1 << 30) - 1);
37 StackTrace stack = StackDepotGet(i1);
42 StackTrace stack = StackDepotGet(0);
52 StackTrace stack = StackDepotGet(i1);
86 StackTrace stack = StackDepotGet(ids[i]);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 41 StackTrace StackDepotGet(u32 id);
47 // efficiently queried with StackDepotGet(). You can use it concurrently with
sanitizer_stackdepot.cc 120 StackTrace StackDepotGet(u32 id) {
  /external/compiler-rt/lib/msan/
msan_origin.h 90 if (stack) *stack = StackDepotGet(stack_id);
95 return StackDepotGet(getHeapId());
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 62 StackDepotGet(a.id).Print();
asan_report.cc 333 StackDepotGet(reg_sites[i]).Print();
617 StackDepotGet(context->stack_id).Print();
    [all...]
asan_allocator.cc 679 StackTrace res = StackDepotGet(id);
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 33 StackTrace stack = StackDepotGet(stk);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 376 StackDepotGet(stack_trace_id).Print();
391 StackTrace stack = StackDepotGet(m.stack_trace_id());
518 StackTrace stack = StackDepotGet(stack_trace_id);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 487 rep.AddStack(StackDepotGet(stk), true);
tsan_rtl_report.cc 107 StackTrace stack = StackDepotGet(stack_id);

Completed in 240 milliseconds