Searched refs:otherIntArray (Results 1 – 1 of 1) sorted by relevance
466 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field); in android_os_Debug_getDirtyPagesPid() local468 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0); in android_os_Debug_getDirtyPagesPid()486 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0); in android_os_Debug_getDirtyPagesPid()