Home | History | Annotate | Download | only in vm

Lines Matching defs:primType

1025     static const char* primitiveTypeToName(PrimitiveType primType) {
1026 switch (primType) {
1238 static int dvmPrimitiveTypeWidth(PrimitiveType primType) {
1239 switch (primType) {
1264 PrimitiveType primType = arrObj->clazz->elementClass->primitiveType;
1265 int len = arrObj->length * dvmPrimitiveTypeWidth(primType);