Home | History | Annotate | Download | only in vm

Lines Matching full:elementclass

1277     PrimitiveType primType = arrObj->clazz->elementClass->primitiveType;
1776 jclass elementClass, jobject initialElement)
1778 CHECK_JNI_ENTRY(kFlag_Default, "EzcL", env, length, elementClass, initialElement);
1779 return CHECK_JNI_EXIT("a", baseEnv(env)->NewObjectArray(env, length, elementClass, initialElement));