Lines Matching refs:unused
382 JValue unused; in initException() local
386 dvmCallMethod(self, initMethod, exception, &unused); in initException()
390 dvmCallMethod(self, initMethod, exception, &unused, msgStr); in initException()
395 dvmCallMethod(self, initMethod, exception, &unused, cause); in initException()
400 dvmCallMethod(self, initMethod, exception, &unused, msgStr, cause); in initException()
427 dvmCallMethod(self, initCause, exception, &unused, cause); in initException()
508 JValue unused; in dvmWrapException() local
509 dvmCallMethod(self, initMethod, iteExcep, &unused, in dvmWrapException()
579 JValue unused; in dvmPrintExceptionStackTrace() local
580 dvmCallMethod(self, printMethod, exception, &unused); in dvmPrintExceptionStackTrace()
1024 JValue unused; in dvmFillStackTraceElements() local
1026 ste, &unused, className, methodName, fileName, lineNumber); in dvmFillStackTraceElements()