Searched refs:toExternalForm (Results 1 – 4 of 4) sorted by relevance
88 static jmethodID toExternalForm = NULL; variable565 …toExternalForm = (*jni_env)->GetMethodID (jni_env, (*jni_env)->FindClass (jni_env, "java/net/URL")… in jvmti_VMInit()1007 if (getResource == NULL || toExternalForm == NULL) in jvmti_ClassLoad()1022 str = (jstring) (*jni_env)->CallObjectMethod (jni_env, url, toExternalForm); in jvmti_ClassLoad()
88 static jmethodID toExternalForm = NULL; variable571 …toExternalForm = (*jni_env)->GetMethodID (jni_env, (*jni_env)->FindClass (jni_env, "java/net/URL")… in jvmti_VMInit()1013 if (getResource == NULL || toExternalForm == NULL) in jvmti_ClassLoad()1028 str = (jstring) (*jni_env)->CallObjectMethod (jni_env, url, toExternalForm); in jvmti_ClassLoad()
737 311492 6 java/net/URL.toExternalForm742 311492 6 java/net/URLStreamHandler.toExternalForm