Searched refs:dvmWrapPrimitive (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/reflect/ |
D | Reflect.h | 83 DataObject* dvmWrapPrimitive(JValue value, ClassObject* returnType);
|
D | Annotation.c | 405 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 413 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 421 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 429 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 437 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 445 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 453 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue() 461 elemObj = (Object*) dvmWrapPrimitive(pValue->value, in processAnnotationValue()
|
D | Proxy.c | 875 argObjects[argCount] = (Object*) dvmWrapPrimitive(value, in boxMethodArgs() 885 argObjects[argCount] = (Object*) dvmWrapPrimitive(value, in boxMethodArgs()
|
D | Reflect.c | 1029 DataObject* dvmWrapPrimitive(JValue value, ClassObject* returnType) in dvmWrapPrimitive() function
|
/dalvik/vm/native/ |
D | java_lang_reflect_Field.c | 192 result = dvmWrapPrimitive(value, fieldType); in Dalvik_java_lang_reflect_Field_getField()
|
/dalvik/vm/interp/ |
D | Stack.c | 772 retObj = (Object*)dvmWrapPrimitive(retval, returnType); in dvmInvokeMethod()
|