Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDirectBufferCapacity

1773   static jlong GetDirectBufferCapacity(JNIEnv* env, jobject buf) {
1776 return CHECK_JNI_EXIT("J", baseEnv(env)->GetDirectBufferCapacity(env, buf));
2017 CheckJNI::GetDirectBufferCapacity,