Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h101 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam() function
112 DCHECK(::art::IsAlignedParam(value, alignment)) << reinterpret_cast<const void*>(value)