Searched refs:otherArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp265 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0); local
266 if (otherArray == NULL) {
272 otherArray[j++] = stats[i].pss;
273 otherArray[j++] = stats[i].privateDirty;
274 otherArray[j++] = stats[i].sharedDirty;
277 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);

Completed in 225 milliseconds