Home | History | Annotate | Download | only in vm

Lines Matching full:msgbuf

105     char msgBuf[512];
107 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args);
108 dvmThrowChainedException(exceptionClass, msgBuf, NULL);