Searched refs:ctype (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 2430 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument 2431 static ctype* Get##name##ArrayElements(JNIEnv* env, ctype##Array array, jboolean* is_copy) { \ 2432 return reinterpret_cast<ctype*>( \ 2436 static void Release##name##ArrayElements(JNIEnv* env, ctype##Array array, ctype* elems, \ 2441 static void Get##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \ 2442 ctype* buf) { \ 2446 static void Set##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \ 2447 const ctype* buf) { \
|