Searched defs:javaElementClass (Results 1 – 2 of 2) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Array.cc | 31 JNIEnv* env, jclass, jclass javaElementClass, jobject javaDimArray) { in Array_createMultiArray() argument 49 static jobject Array_createObjectArray(JNIEnv* env, jclass, jclass javaElementClass, jint length) { in Array_createObjectArray() argument
|
D | dalvik_system_VMRuntime.cc | 69 static jobject VMRuntime_newNonMovableArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newNonMovableArray() 94 static jobject VMRuntime_newUnpaddedArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newUnpaddedArray()
|