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

/art/runtime/
H A Dprimitive.h71 static size_t ComponentSize(Type type) { function in class:art::Primitive
90 return ComponentSize(type) <= 4 ? 4 : 8;

Completed in 361 milliseconds