Lines Matching defs:NewDirectByteBuffer
491 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);1050 jobject NewDirectByteBuffer(void* address, jlong capacity)1051 { return functions->NewDirectByteBuffer(this, address, capacity); }