Searched refs:arrayLength (Results 1 – 1 of 1) sorted by relevance
39 const jsize arrayLength = env->GetArrayLength(array); in jintarrayToVector() local40 outVector->resize(arrayLength); in jintarrayToVector()41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data()); in jintarrayToVector()