Home | History | Annotate | Download | only in runtime

Lines Matching defs:NewDirectByteBuffer

2496   static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) {
2498 JniAbortF("NewDirectByteBuffer", "negative buffer capacity: %" PRId64, capacity);
2502 JniAbortF("NewDirectByteBuffer", "non-zero capacity for nullptr pointer: %" PRId64, capacity);
2508 JniAbortF("NewDirectByteBuffer", "buffer capacity greater than maximum jint: %" PRId64, capacity);
2949 JNI::NewDirectByteBuffer,