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

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp270 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0); local
271 if (otherArray == NULL) {
277 otherArray[j++] = stats[i].pss;
278 otherArray[j++] = stats[i].privateDirty;
279 otherArray[j++] = stats[i].sharedDirty;
282 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);

Completed in 28 milliseconds