Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_utils.h151 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam() function
162 DCHECK(::art::IsAlignedParam(value, alignment)) << reinterpret_cast<const void*>(value)
/art/runtime/
Dmemory_region.h184 return IsAlignedParam(address, kWordAlignment); in IsWordAligned()