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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 24 const uptr *sp1 = StackDepotGet(i1, &sz1);
32 const uptr *sp1 = StackDepotGet((1 << 30) - 1, &sz1);
39 const uptr *sp1 = StackDepotGet(i1, &sz1);
45 const uptr *sp1 = StackDepotGet(0, &sz1);
55 const uptr *sp1 = StackDepotGet(i1, &sz1);
85 sp_depot = StackDepotGet(ids[i], &sz_depot);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 41 const uptr *StackDepotGet(u32 id, uptr *size);
44 // efficiently queried with StackDepotGet(). You can use it concurrently with
sanitizer_stackdepot.cc 125 const uptr *StackDepotGet(u32 id, uptr *size) {
  /external/compiler-rt/lib/msan/
msan_report.cc 81 const uptr *trace = StackDepotGet(stack_id, &size);
89 const uptr *trace = StackDepotGet(stack_id, &size);
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 33 const uptr *trace = StackDepotGet(stk, &size);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 362 const uptr *trace = StackDepotGet(stack_trace_id, &size);
379 const uptr *trace = StackDepotGet(m.stack_trace_id(), &size);
489 const uptr *trace = StackDepotGet(stack_trace_id, &size);
  /external/compiler-rt/lib/asan/
asan_report.cc 535 const uptr *stack_trace = StackDepotGet(context->stack_id, &stack_size);
776 const uptr *stack_trace = StackDepotGet(stack_id1, &stack_size);
779 stack_trace = StackDepotGet(stack_id2, &stack_size);
    [all...]
asan_allocator2.cc 205 const uptr *trace = StackDepotGet(id, &size);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 481 const uptr *trace = StackDepotGet(stk, &size);
tsan_rtl_report.cc 111 const uptr *stack = StackDepotGet(stack_id, &ssz);

Completed in 207 milliseconds