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

/art/libartbase/base/
H A Dbit_utils.h195 constexpr bool IsAligned(T x) { function in namespace:art
201 inline bool IsAligned(T* x) { function in namespace:art
202 return IsAligned<n>(reinterpret_cast<const uintptr_t>(x));
216 CHECK(::art::IsAligned<alignment>(value)) << reinterpret_cast<const void*>(value)
219 DCHECK(::art::IsAligned<alignment>(value)) << reinterpret_cast<const void*>(value)

Completed in 56 milliseconds