Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDirectBufferAddress

1774   static void* GetDirectBufferAddress(JNIEnv* env, jobject buf) {
1777 return CHECK_JNI_EXIT("p", baseEnv(env)->GetDirectBufferAddress(env, buf));
2023 CheckJNI::GetDirectBufferAddress,