Home | History | Annotate | Download | only in runtime

Lines Matching full:jobj

731   static jboolean IsInstanceOf(JNIEnv* env, jobject jobj, jclass java_class) {
733 if (jobj == NULL) {
738 Object* obj = soa.Decode<Object*>(jobj);