Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetObjectClass

409   static jclass GetObjectClass(JNIEnv* env, jobject java_object) {
485 ScopedLocalRef<jclass> exception_class(env, env->GetObjectClass(exception.get()));
2606 JNI::GetObjectClass,