Searched refs:psynthetic (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dutil.c1317 isFieldSynthetic(jclass clazz, jfieldID field, jboolean *psynthetic) argument
1322 (gdata->jvmti, clazz, field, psynthetic);
1325 *psynthetic = JNI_FALSE;
1332 isMethodSynthetic(jmethodID method, jboolean *psynthetic) argument
1337 (gdata->jvmti, method, psynthetic);
1340 *psynthetic = JNI_FALSE;

Completed in 65 milliseconds