Home | History | Annotate | Download | only in vm

Lines Matching refs:chars

689     /* quick check for illegal chars */
1978 const jchar* chars)
1982 CHECK_NON_NULL(env, chars);
1984 if (!checkGuardedCopy(chars, false)) {
1989 chars = (const jchar*) freeGuardedCopy((jchar*)chars);
1991 BASE_ENV(env)->ReleaseStringChars(env, string, chars);