Home
last modified time | relevance | path

Searched refs:otherIntArray (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp468 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field); in android_os_Debug_getDirtyPagesPid() local
470 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0); in android_os_Debug_getDirtyPagesPid()
488 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0); in android_os_Debug_getDirtyPagesPid()