Home | History | Annotate | Download | only in runtime

Lines Matching refs:NewDirectByteBuffer

1609   jobject buffer = env_->NewDirectByteBuffer(bytes, sizeof(bytes));
1617 env_->NewDirectByteBuffer(bytes, static_cast<jlong>(INT_MAX) + 1);
1618 check_jni_abort_catcher.Check("in call to NewDirectByteBuffer");