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.cpp195 ScopedIntArrayRO scopedArray(env, arr); in NativeBN_litEndInts2bn() local
197 if (scopedArray.get() == NULL) { in NativeBN_litEndInts2bn()
203 const uint8_t* tmpBytes = reinterpret_cast<const uint8_t *>(scopedArray.get()); in NativeBN_litEndInts2bn()