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

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp472 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field); local
474 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0);
490 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);

Completed in 43 milliseconds