Searched defs:GetDirectBufferAddress (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h759 void* (JNICALL *GetDirectBufferAddress) member in struct:JNINativeInterface_
1850 void* GetDirectBufferAddress(jobject buf) { function in struct:JNIEnv_
1851 return functions->GetDirectBufferAddress(this, buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h759 void* (JNICALL *GetDirectBufferAddress) member in struct:JNINativeInterface_
1850 void* GetDirectBufferAddress(jobject buf) { function in struct:JNIEnv_
1851 return functions->GetDirectBufferAddress(this, buf);

Completed in 132 milliseconds