Searched refs:AddrIsInShadowGap (Results 1 – 3 of 3) sorted by relevance
338 static inline bool AddrIsInShadowGap(uptr a) { in AddrIsInShadowGap() function362 (flags()->protect_shadow_gap == 0 && AddrIsInShadowGap(a)); in AddrIsInMem()
78 static inline bool AddrIsInShadowGap(uptr a) { in AddrIsInShadowGap() function
74 if (AddrIsInShadowGap(addr)) { in GetShadowKind()