/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/ |
asan_interface.h | 34 // This function may unpoison a superregion of [addr, addr+size) due to
|
/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | 593 // to intercept __cxa_throw (as well as longjmp, etc) and unpoison the entire 670 // Then unpoison everything back before the function returns. 702 // Unpoison dynamic allocas redzones. [all...] |
MemorySanitizer.cpp | [all...] |
/art/test/004-UnsafeTest/src/ |
Main.java | 158 // (which uses address negation to poison and unpoison heap object
|
/external/swiftshader/third_party/subzero/runtime/ |
szrt_asan.c | 311 DUMP("unpoison %d bytes at %p: %p - %p\n", size, ptr, MEM2SHADOW(ptr),
|
/art/compiler/utils/x86/ |
assembler_x86.h | 764 // Unpoison a heap reference contained in `reg`. 772 // Unpoison a heap reference contained in `reg` if heap poisoning is enabled.
|
/art/compiler/optimizing/ |
intrinsics_x86_64.cc | [all...] |
code_generator_x86_64.h | 503 // unpoison the reference in `out`.
|
intrinsics_arm64.cc | [all...] |
code_generator_x86.cc | 323 // First, unpoison the `cls` reference that was poisoned for direct memory comparison. 650 // If heap poisoning is enabled, we need to unpoison the values 655 // to unpoison it. 659 // No need to unpoison `expected` (EAX), as it is be overwritten below. [all...] |
code_generator_x86_64.cc | 343 // First, unpoison the `cls` reference that was poisoned for direct memory comparison. 674 // If heap poisoning is enabled, we need to unpoison the values 679 // to unpoison it. 683 // No need to unpoison `expected` (RAX), as it is be overwritten below. [all...] |
/external/compiler-rt/lib/msan/ |
msan.h | 263 // Unpoison first n function arguments.
|
msan_interceptors.cc | 250 // This function actually returns a struct by value, but we can't unpoison a [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 883 // Unpoison a heap reference contained in `reg`. 891 // Unpoison a heap reference contained in `reg` if heap poisoning is enabled. [all...] |
/external/compiler-rt/lib/dfsan/ |
dfsan_custom.cc | 336 static void unpoison(const void *ptr, uptr size) { function 349 ForEachMappedRegion(map, unpoison); [all...] |