Lines Matching refs:kShadowBeg
49 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()
591 return ((x & ~(kShadowCell - 1)) * kShadowCnt) | Mapping::kShadowBeg; in MemToShadowImpl()
593 return ((x & ~(kShadowCell - 1)) * kShadowCnt) + Mapping::kShadowBeg; in MemToShadowImpl()
667 return (s & ~Mapping::kShadowBeg) / kShadowCnt; in ShadowToMemImpl()
669 return (s - Mapping::kShadowBeg) / kShadowCnt; in ShadowToMemImpl()