Home | History | Annotate | Download | only in reflect

Lines Matching full:presult

42 static void proxyConstructor(const u4* args, JValue* pResult,
44 static void proxyInvoker(const u4* args, JValue* pResult,
851 static void proxyConstructor(const u4* args, JValue* pResult,
870 static void proxyInvoker(const u4* args, JValue* pResult,
977 pResult->l = NULL;
979 if (!dvmUnboxPrimitive((Object*)invokeResult.l, returnType, pResult)) {