Home
last modified time | relevance | path

Searched refs:readSignedInt (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/reflect/
DAnnotation.c203 static s4 readSignedInt(const u1* ptr, int zwidth) in readSignedInt() function
402 pValue->value.i = (s1) readSignedInt(ptr, valueArg); in processAnnotationValue()
410 pValue->value.i = (s2) readSignedInt(ptr, valueArg); in processAnnotationValue()
426 pValue->value.i = readSignedInt(ptr, valueArg); in processAnnotationValue()