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

/art/runtime/
H A Dcheck_jni.cc1758 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { function in class:art::CheckJNI
1764 return CHECK_JNI_EXIT("L", baseEnv(env)->NewDirectByteBuffer(env, address, capacity));
2015 CheckJNI::NewDirectByteBuffer,
H A Djni_internal.cc2494 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { function in class:art::JNI
2496 JniAbortF("NewDirectByteBuffer", "negative buffer capacity: %" PRId64, capacity);
2500 JniAbortF("NewDirectByteBuffer", "non-zero capacity for nullptr pointer: %" PRId64, capacity);
2506 JniAbortF("NewDirectByteBuffer", "buffer capacity greater than maximum jint: %" PRId64, capacity);
2949 JNI::NewDirectByteBuffer,

Completed in 34 milliseconds