Searched defs:NewObjectA (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jni.h | 281 jobject (JNICALL *NewObjectA) member in struct:JNINativeInterface_ 880 jobject NewObjectA(jclass clazz, jmethodID methodID, function in struct:JNIEnv_ 882 return functions->NewObjectA(this,clazz,methodID,args); |
/openjdk7/jdk/src/share/javavm/export/ | ||
H A D | jni.h | 281 jobject (JNICALL *NewObjectA) member in struct:JNINativeInterface_ 880 jobject NewObjectA(jclass clazz, jmethodID methodID, function in struct:JNIEnv_ 882 return functions->NewObjectA(this,clazz,methodID,args); |
Completed in 60 milliseconds