Home | History | Annotate | Download | only in vm

Lines Matching full:jstr

559 static void checkString(JNIEnv* env, jstring jstr, const char* func)
564 Object* obj = dvmDecodeIndirectRef(env, jstr);
578 jstr, func);
580 LOGW("JNI WARNING: jstring %p is bogus (%s)\n", jstr, func);
588 checkObject(env, jstr, func);