Lines Matching refs:NewDirectByteBuffer
1758 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) {1764 return CHECK_JNI_EXIT("L", baseEnv(env)->NewDirectByteBuffer(env, address, capacity));2015 CheckJNI::NewDirectByteBuffer,