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

/dalvik/vm/native/
H A Djava_lang_VMClassLoader.cpp155 int primType = args[0]; local
157 pResult->l = (Object*)dvmFindPrimitiveClass(primType);
/dalvik/vm/
H A DCheckJni.cpp1025 static const char* primitiveTypeToName(PrimitiveType primType) { argument
1026 switch (primType) {
1238 static int dvmPrimitiveTypeWidth(PrimitiveType primType) { argument
1239 switch (primType) {
1264 PrimitiveType primType = arrObj->clazz->elementClass->primitiveType; local
1265 int len = arrObj->length * dvmPrimitiveTypeWidth(primType);
/dalvik/vm/analysis/
H A DCodeVerify.cpp342 static RegType primitiveTypeToRegType(PrimitiveType primType) argument
344 switch (primType) {

Completed in 54 milliseconds