Searched refs:NewDirectByteBuffer (Results 1 - 4 of 4) sorted by relevance

/art/runtime/native/
H A Djava_lang_DexCache.cc35 jobject byte_buffer = env->NewDirectByteBuffer(address, dex_file->Size());
/art/runtime/
H A Dcheck_jni.cc1763 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { function in class:art::CheckJNI
1771 return CHECK_JNI_EXIT("L", baseEnv(env)->NewDirectByteBuffer(env, address, capacity));
2022 CheckJNI::NewDirectByteBuffer,
H A Djni_internal_test.cc1847 jobject buffer = env_->NewDirectByteBuffer(bytes, sizeof(bytes));
H A Djni_internal.cc2452 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { function in class:art::JNI
2454 JniAbortF("NewDirectByteBuffer", "negative buffer capacity: %lld", capacity);
2457 JniAbortF("NewDirectByteBuffer", "non-zero capacity for NULL pointer: %lld", capacity);
2832 JNI::NewDirectByteBuffer,

Completed in 79 milliseconds