Searched defs:RightRzAddr (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc268 uptr RightRzAddr = (PartialRzAddr + kAllocaRedzoneMask) & ~kAllocaRedzoneMask; local
273 RightRzAddr - PartialRzAligned, kAsanAllocaRightMagic);
274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic);

Completed in 93 milliseconds