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

  /external/compiler-rt/lib/asan/
asan_poisoning.h 23 void PoisonShadow(uptr addr, uptr size, u8 value);
32 // Fast versions of PoisonShadow and PoisonShadowPartialRightRedzone that
asan_poisoning.cc 23 void PoisonShadow(uptr addr, uptr size, u8 value) {
235 PoisonShadow(addr, aligned_size,
308 PoisonShadow(a, b1 - a, 0);
309 PoisonShadow(b2, c - b2, kAsanContiguousContainerOOBMagic);
asan_fake_stack.cc 25 // For small size classes inline PoisonShadow for better performance.
34 PoisonShadow(ptr, size, static_cast<u8>(magic));
74 PoisonShadow(reinterpret_cast<uptr>(this), RequiredSize(stack_size_log()),
asan_thread.cc 196 PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0);
198 PoisonShadow(tls_begin_, tls_end_ - tls_begin_, 0);
asan_allocator2.cc 35 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic);
42 PoisonShadow(p, size, 0);
242 PoisonShadow(m->Beg(),
338 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic);
380 PoisonShadow(user_beg, size_rounded_down_to_granularity, 0);
445 PoisonShadow(m->Beg(),
asan_rtl.cc 354 PoisonShadow(ptr, size, kAsanInternalHeapMagic);
759 PoisonShadow(bottom, top - bottom, 0);
asan_interceptors.cc 244 PoisonShadow(bottom, ssize, 0);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 229 milliseconds