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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h49 static const uptr kShadowBeg = 0x020000000000ull; member in struct:__tsan::Mapping
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;
535 return mem >= Mapping::kShadowBeg
[all...]

Completed in 100 milliseconds