Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h46 static const uptr kMetaShadowEnd = 0x400000000000ull; member
78 static const uptr kMetaShadowEnd = 0x4000000000ull;
121 static const uptr kMetaShadowEnd = 0x3400000000ull;
157 static const uptr kMetaShadowEnd = 0x28000000000ull;
199 static const uptr kMetaShadowEnd = 0x0d0000000000ull;
231 static const uptr kMetaShadowEnd = 0x200000000000ull;
268 static const uptr kMetaShadowEnd = 0x400000000000ull;
293 static const uptr kMetaShadowEnd = 0x07d000000000ull;
356 case MAPPING_META_SHADOW_END: return Mapping::kMetaShadowEnd; in MappingImpl()
560 return mem >= Mapping::kMetaShadowBeg && mem <= Mapping::kMetaShadowEnd; in IsMetaMemImpl()