Home
last modified time | relevance | path

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

/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()