Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:AllocObject

204     jobject     (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }