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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h761 jlong (JNICALL *GetDirectBufferCapacity) member in struct:JNINativeInterface_
1853 jlong GetDirectBufferCapacity(jobject buf) { function in struct:JNIEnv_
1854 return functions->GetDirectBufferCapacity(this, buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h761 jlong (JNICALL *GetDirectBufferCapacity) member in struct:JNINativeInterface_
1853 jlong GetDirectBufferCapacity(jobject buf) { function in struct:JNIEnv_
1854 return functions->GetDirectBufferCapacity(this, buf);

Completed in 2561 milliseconds