Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.cpp193 static u8 readUnsignedLong(const u1* ptr, int zwidth, bool fillOnRight) in readUnsignedLong() function
389 pValue->value.j = readUnsignedLong(ptr, valueArg, true); in processAnnotationValue()