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