Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc2246 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument
2247 static ctype* Get##name##ArrayElements(JNIEnv* env, ctype##Array array, jboolean* is_copy) { \
2248 return reinterpret_cast<ctype*>( \
2252 static void Release##name##ArrayElements(JNIEnv* env, ctype##Array array, ctype* elems, \
2257 static void Get##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \
2258 ctype* buf) { \
2262 static void Set##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \
2263 const ctype* buf) { \