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

/art/runtime/
H A Dutils.h122 static inline bool IsUint(int N, word value) { function in namespace:art
133 return IsUint(N, value);

Completed in 42 milliseconds