Searched refs:AllocObject (Results 1 – 3 of 3) sorted by relevance
609 BAILIF0(sfobj = (*env)->AllocObject(env, sfcls)); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors()1025 BAILIF0(arrayRegionObj = (*env)->AllocObject(env, cls)); in JNICustomFilter()1035 BAILIF0(planeRegionObj = (*env)->AllocObject(env, cls)); in JNICustomFilter()
275 jobject (JNICALL *AllocObject)865 jobject AllocObject(jclass clazz) { in AllocObject() function866 return functions->AllocObject(this,clazz); in AllocObject()
1869 fc = (*env)->AllocObject(env, cls); in mkfunc_common()