HomeSort by relevance Sort by last modified time
    Searched refs:dvmBoxPrimitive (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/reflect/
Reflect.h 89 DataObject* dvmBoxPrimitive(JValue value, ClassObject* returnType);
Annotation.cpp 343 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
351 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
359 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
367 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
375 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
383 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
391 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
399 elemObj = (Object*) dvmBoxPrimitive(pValue->value,
    [all...]
Proxy.cpp 822 argObjects[dstIndex] = (Object*) dvmBoxPrimitive(value,
832 argObjects[dstIndex] = (Object*) dvmBoxPrimitive(value,
    [all...]
Reflect.cpp 1063 DataObject* dvmBoxPrimitive(JValue value, ClassObject* returnType)
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Field.cpp 477 result = dvmBoxPrimitive(value, fieldType);
  /dalvik/vm/interp/
Stack.cpp 766 retObj = (Object*)dvmBoxPrimitive(retval, returnType);
    [all...]

Completed in 1746 milliseconds