Searched defs:javaElementClass (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Array.cc | 35 JNIEnv* env, jclass, jclass javaElementClass, jintArray javaDimArray) { in Array_createMultiArray() argument 53 static jobject Array_createObjectArray(JNIEnv* env, jclass, jclass javaElementClass, jint length) { in Array_createObjectArray() argument
|
H A D | dalvik_system_VMRuntime.cc | 98 static jobject VMRuntime_newNonMovableArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newNonMovableArray() 125 static jobject VMRuntime_newUnpaddedArray(JNIEnv* env, jobject, jclass javaElementClass, in VMRuntime_newUnpaddedArray()
|