Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h324 u8 last_accessed_byte = (a & (SHADOW_GRANULARITY - 1)) in AddressIsPoisoned() local
326 return (last_accessed_byte >= shadow_value); in AddressIsPoisoned()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_mapping.h409 u8 last_accessed_byte = (a & (SHADOW_GRANULARITY - 1)) in AddressIsPoisoned() local
411 return (last_accessed_byte >= shadow_value); in AddressIsPoisoned()