Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp120 #define PEEKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ argument
122 Scoped ## JNI_NAME ## ArrayRW elements(env, dst); \
130 env->Set ## JNI_NAME ## ArrayRegion(dst, dstOffset, count, src); \
173 #define POKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ argument
175 Scoped ## JNI_NAME ## ArrayRO elements(env, src); \
182 … env->Get ## JNI_NAME ## ArrayRegion(src, srcOffset, count, cast<SCALAR_TYPE*>(dstAddress)); \