Searched refs:ptr_int (Results 1 – 1 of 1) sorted by relevance
94 uintptr_t ptr_int = reinterpret_cast<uintptr_t>(ptr); in MaybeUntagAndCheckPointer() local101 if ((ptr_int & PointerCheckMask()) != FixedPointerTag()) { in MaybeUntagAndCheckPointer()107 return reinterpret_cast<void*>(ptr_int & PointerUntagMask()); in MaybeUntagAndCheckPointer()