Searched refs:typeNum (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/native/
H A Djava_lang_reflect_Field.c256 static PrimitiveType convPrimType(int typeNum) argument
262 if (typeNum <= 0 || typeNum > 8)
264 return conv[typeNum];
283 int typeNum = args[6]; local
284 PrimitiveType targetType = convPrimType(typeNum);
334 int typeNum = args[6]; local
336 PrimitiveType srcType = convPrimType(typeNum);

Completed in 14 milliseconds