HomeSort by relevance Sort by last modified time
    Searched full:unpoison (Results 26 - 50 of 74) sorted by null

12 3

  /art/compiler/utils/x86/
assembler_x86.h 753 // Unpoison a heap reference contained in `reg`.
755 // Unpoison a heap reference contained in `reg` if heap poisoning is enabled.
  /art/compiler/optimizing/
code_generator_arm.h 495 // unpoison the reference in `out`.
code_generator_x86.h 515 // unpoison the reference in `out`.
code_generator_x86_64.h 457 // unpoison the reference in `out`.
intrinsics_arm.cc     [all...]
intrinsics_arm64.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_arm64.h 546 // unpoison the reference in `out`.
code_generator_arm64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]
  /external/compiler-rt/lib/msan/
msan.h 263 // Unpoison first n function arguments.
msan_interceptors.cc 247 // This function actually returns a struct by value, but we can't unpoison a
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 858 // Unpoison a heap reference contained in `reg`.
860 // 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...]
  /art/compiler/utils/arm/
assembler_arm.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 426 // Unpoison the bulk of the memory region.
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 941 ; We used to strip off the 'tail' modifier, but now that we unpoison return slot
  /external/webrtc/webrtc/base/
physicalsocketserver.cc     [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 717 @ No need to unpoison return value in r0, artReadBarrierSlow() would do the unpoisoning.
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]

Completed in 9778 milliseconds

12 3