Searched refs:readUnsignedInt (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/reflect/ |
D | Annotation.c | 219 static u4 readUnsignedInt(const u1* ptr, int zwidth, bool fillOnRight) in readUnsignedInt() function 419 pValue->value.i = (u2) readUnsignedInt(ptr, valueArg, false); in processAnnotationValue() 443 pValue->value.i = readUnsignedInt(ptr, valueArg, true); in processAnnotationValue() 469 idx = readUnsignedInt(ptr, valueArg, false); in processAnnotationValue() 481 idx = readUnsignedInt(ptr, valueArg, false); in processAnnotationValue() 501 idx = readUnsignedInt(ptr, valueArg, false); in processAnnotationValue() 515 idx = readUnsignedInt(ptr, valueArg, false); in processAnnotationValue() 520 idx = readUnsignedInt(ptr, valueArg, false); in processAnnotationValue()
|