Searched refs:javaVector (Results 1 – 1 of 1) sorted by relevance
1870 …c void Linux_mincore(JNIEnv* env, jobject, jlong address, jlong byteCount, jbyteArray javaVector) { in Linux_mincore() argument1871 ScopedByteArrayRW vector(env, javaVector); in Linux_mincore()