Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h49 static const uptr kShadowBeg = 0x020000000000ull; member
81 static const uptr kShadowBeg = 0x1400000000ull;
118 static const uptr kShadowBeg = 0x0800000000ull;
154 static const uptr kShadowBeg = 0x10000000000ull;
202 static const uptr kShadowBeg = 0x000100000000ull;
234 static const uptr kShadowBeg = 0x010000000000ull;
271 static const uptr kShadowBeg = 0x200000000000ull;
296 static const uptr kShadowBeg = 0x010000000000ull;
353 case MAPPING_SHADOW_BEG: return Mapping::kShadowBeg; in MappingImpl()
535 return mem >= Mapping::kShadowBeg && mem <= Mapping::kShadowEnd; in IsShadowMemImpl()
[all …]