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.cpp192 ScopedIntArrayRO scopedArray(env, arr); in NativeBN_litEndInts2bn() local
193 if (scopedArray.get() == NULL) { in NativeBN_litEndInts2bn()
201 const unsigned int* tmpInts = reinterpret_cast<const unsigned int*>(scopedArray.get()); in NativeBN_litEndInts2bn()