Searched refs:GetPrimitiveArray (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | jni_internal.cc | 2166 return GetPrimitiveArray<jbooleanArray, jboolean*, BooleanArray>(soa, array, is_copy); in GetBooleanArrayElements() 2172 return GetPrimitiveArray<jbyteArray, jbyte*, ByteArray>(soa, array, is_copy); in GetByteArrayElements() 2178 return GetPrimitiveArray<jcharArray, jchar*, CharArray>(soa, array, is_copy); in GetCharArrayElements() 2184 return GetPrimitiveArray<jdoubleArray, jdouble*, DoubleArray>(soa, array, is_copy); in GetDoubleArrayElements() 2190 return GetPrimitiveArray<jfloatArray, jfloat*, FloatArray>(soa, array, is_copy); in GetFloatArrayElements() 2196 return GetPrimitiveArray<jintArray, jint*, IntArray>(soa, array, is_copy); in GetIntArrayElements() 2202 return GetPrimitiveArray<jlongArray, jlong*, LongArray>(soa, array, is_copy); in GetLongArrayElements() 2208 return GetPrimitiveArray<jshortArray, jshort*, ShortArray>(soa, array, is_copy); in GetShortArrayElements() 2551 static CArrayT GetPrimitiveArray(ScopedObjectAccess& soa, ArrayT java_array, in GetPrimitiveArray() function in art::JNI
|