Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp208 ScopedIntArrayRO scopedArray(env, arr); in NativeBN_litEndInts2bn() local
209 if (scopedArray.get() == NULL) { in NativeBN_litEndInts2bn()
217 const unsigned int* tmpInts = reinterpret_cast<const unsigned int*>(scopedArray.get()); in NativeBN_litEndInts2bn()