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

/openjdk7/jdk/src/share/back/
H A DArrayTypeImpl.c177 array = JNI_FUNC_PTR(env,NewShortArray)(env, size);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h641 jshortArray (JNICALL *NewShortArray) member in struct:JNINativeInterface_
1648 jshortArray NewShortArray(jsize len) { function in struct:JNIEnv_
1649 return functions->NewShortArray(this,len);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h641 jshortArray (JNICALL *NewShortArray) member in struct:JNINativeInterface_
1648 jshortArray NewShortArray(jsize len) { function in struct:JNIEnv_
1649 return functions->NewShortArray(this,len);

Completed in 51 milliseconds