Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetObjectClass

398   static jclass GetObjectClass(JNIEnv* env, jobject java_object) {
474 ScopedLocalRef<jclass> exception_class(env, env->GetObjectClass(exception.get()));
2518 JNI::GetObjectClass,