Home
last modified time | relevance | path

Searched refs:StackDepotPut (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cpp23 u32 i1 = StackDepotPut(s1); in TEST()
36 u32 i1 = StackDepotPut(StackTrace()); in TEST()
49 u32 i1 = StackDepotPut(s1); in TEST()
50 u32 i2 = StackDepotPut(s1); in TEST()
61 u32 i1 = StackDepotPut(s1); in TEST()
64 u32 i2 = StackDepotPut(s2); in TEST()
77 u32 i1 = StackDepotPut(s1); in TEST()
80 u32 i2 = StackDepotPut(s2); in TEST()
99 ids[0] = StackDepotPut(s1); in TEST()
100 ids[1] = StackDepotPut(s2); in TEST()
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cc23 u32 i1 = StackDepotPut(s1); in TEST()
36 u32 i1 = StackDepotPut(StackTrace()); in TEST()
49 u32 i1 = StackDepotPut(s1); in TEST()
50 u32 i2 = StackDepotPut(s1); in TEST()
61 u32 i1 = StackDepotPut(s1); in TEST()
64 u32 i2 = StackDepotPut(s2); in TEST()
78 ids[0] = StackDepotPut(s1); in TEST()
79 ids[1] = StackDepotPut(s2); in TEST()
80 ids[2] = StackDepotPut(s3); in TEST()
81 ids[3] = StackDepotPut(s4); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h38 u32 StackDepotPut(StackTrace stack);
Dsanitizer_stackdepot.cc111 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h37 u32 StackDepotPut(StackTrace stack);
Dsanitizer_stackdepot.cpp97 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/external/compiler-rt/lib/msan/
Dmsan_origin.h104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp134 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()
196 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
Dmemprof_allocator.cpp585 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc29 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc76 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
Dlsan_common.cc393 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp479 m->SetAllocContext(t ? t->tid() : 0, StackDepotPut(*stack)); in UpdateAllocationStack()
573 m->SetAllocContext(t ? t->tid() : 0, StackDepotPut(*stack)); in Allocate()
640 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
Dasan_globals.cpp361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
Dasan_thread.cpp32 stack_id = StackDepotPut(*args->stack); in OnCreated()
/external/compiler-rt/lib/asan/
Dasan_globals.cc310 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
Dasan_thread.cc38 stack_id = StackDepotPut(*args->stack); in OnCreated()
Dasan_allocator.cc422 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
487 m->free_context_id = StackDepotPut(*stack); in QuarantineChunk()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
Dlsan_common.cpp526 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc498 u32 id = StackDepotPut( in CurrentStackId()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp568 u32 id = StackDepotPut( in CurrentStackId()