Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h865 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1)))) / in MemToMetaImpl()
866 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
869 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
870 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
872 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
873 kMetaShadowCell * kMetaShadowSize) + Mapping::kMetaShadowBeg); in MemToMetaImpl()
Dtsan_sync.cpp77 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()
128 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
Dtsan_defs.h90 const uptr kMetaShadowCell = 8; variable
Dtsan_mman.cpp46 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()
Dtsan_rtl.cpp334 (p - prev) / kMetaShadowCell); in CheckShadowMapping()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h622 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1))) in MemToMetaImpl()
623 ^ Mapping::kAppMemXor) / kMetaShadowCell * kMetaShadowSize) in MemToMetaImpl()
626 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
627 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
Dtsan_defs.h76 const uptr kMetaShadowCell = 8; variable
Dtsan_sync.cc78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()
129 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
Dtsan_mman.cc44 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()