Home
last modified time | relevance | path

Searched refs:kShadowEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h64 static const uptr kShadowEnd = 0x200000000000ull; member
102 static const uptr kShadowEnd = 0x4000000000ull;
137 static const uptr kShadowEnd = 0x0c00000000ull;
175 static const uptr kShadowEnd = 0x2000000000ull;
210 static const uptr kShadowEnd = 0x20000000000ull;
230 static const uptr kShadowEnd = 0x0004000000000ull;
277 static const uptr kShadowEnd = 0x0b0000000000ull;
309 static const uptr kShadowEnd = 0x100000000000ull;
341 static const uptr kShadowEnd = 0x100000000000ull;
378 static const uptr kShadowEnd = 0x238000000000ull;
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h50 static const uptr kShadowEnd = 0x100000000000ull; member
82 static const uptr kShadowEnd = 0x2400000000ull;
119 static const uptr kShadowEnd = 0x2000000000ull;
155 static const uptr kShadowEnd = 0x20000000000ull;
203 static const uptr kShadowEnd = 0x0b0000000000ull;
235 static const uptr kShadowEnd = 0x100000000000ull;
272 static const uptr kShadowEnd = 0x238000000000ull;
297 static const uptr kShadowEnd = 0x050000000000ull;
354 case MAPPING_SHADOW_END: return Mapping::kShadowEnd; in MappingImpl()
535 return mem >= Mapping::kShadowBeg && mem <= Mapping::kShadowEnd; in IsShadowMemImpl()