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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_posix.cc 52 if (vmaSize == 39) {
55 } else if (vmaSize == 42) {
64 if (vmaSize == 44) {
67 } else if (vmaSize == 46) {
tsan_platform.h 96 // runtime for AArch64 uses an external memory read (vmaSize) to select which
179 // runtime for PPC64 uses an external memory read (vmaSize) to select which
308 extern uptr vmaSize;
365 if (vmaSize == 39)
371 if (vmaSize == 44)
516 if (vmaSize == 39)
522 if (vmaSize == 44)
541 if (vmaSize == 39)
547 if (vmaSize == 44)
566 if (vmaSize == 39
    [all...]
tsan_platform_linux.cc 74 uptr vmaSize;
208 vmaSize =
211 if (vmaSize != 39 && vmaSize != 42) {
213 Printf("FATAL: Found %d - Supported 39 and 42\n", vmaSize);
217 if (vmaSize != 44 && vmaSize != 46) {
219 Printf("FATAL: Found %d - Supported 44 and 46\n", vmaSize);
  /external/compiler-rt/lib/dfsan/
dfsan_platform.h 49 extern int vmaSize;
75 if (vmaSize == 39)
dfsan.cc 121 int __dfsan::vmaSize;
373 __dfsan::vmaSize =
375 if (__dfsan::vmaSize == 39 || __dfsan::vmaSize == 42) {
379 Printf("FATAL: Found %d - Supported 39 and 42\n", __dfsan::vmaSize);

Completed in 154 milliseconds