Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc2445 #define PRIMITIVE_ARRAY_FUNCTIONS(ctype, name, ptype) \ argument
2446 …static ctype* Get##name##ArrayElements(JNIEnv* env, ctype##Array array, jboolean* is_copy) { /* NO…
2447 return reinterpret_cast<ctype*>( /* NOLINT */ \
2451 …static void Release##name##ArrayElements(JNIEnv* env, ctype##Array array, ctype* elems, /* NOLINT …
2456 static void Get##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \
2457 ctype* buf) { /* NOLINT */ \
2461 static void Set##name##ArrayRegion(JNIEnv* env, ctype##Array array, jsize start, jsize len, \
2462 const ctype* buf) { \