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

/dalvik/vm/reflect/
H A DAnnotation.cpp299 * appropriate type (in pValue->value.l). For primitive types, the usual
303 * "pValue", and indexed values like String and Method are returned as
307 * directly into "pValue", and everything else is constructed as an Object
308 * of appropriate type (in pValue->value.l).
318 const u1** pPtr, AnnotationValue* pValue,
337 pValue->type = valueType & kDexAnnotationValueTypeMask;
341 pValue->value.i = (s1) readSignedInt(ptr, valueArg);
343 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
349 pValue->value.i = (s2) readSignedInt(ptr, valueArg);
351 elemObj = (Object*) dvmBoxPrimitive(pValue
317 processAnnotationValue(const ClassObject* clazz, const u1** pPtr, AnnotationValue* pValue, AnnotationResultStyle resultStyle) argument
[all...]

Completed in 56 milliseconds