Searched refs:GetNioBufferAddressField (Results 1 – 3 of 3) sorted by relevance
47 static jfieldID GetNioBufferAddressField(JNIEnv* env);
375 jlong baseAddress = e->GetLongField(nioBuffer, JniConstants::GetNioBufferAddressField(e)); in jniGetNioBufferPointer()392 return e->GetLongField(nioBuffer, JniConstants::GetNioBufferAddressField(e)); in jniGetNioBufferFields()
179 jfieldID JniConstants::GetNioBufferAddressField(JNIEnv* env) { in GetNioBufferAddressField() function in JniConstants