Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:AllocObject

191     jobject     (*AllocObject)(JNIEnv*, jclass);
567 jobject AllocObject(jclass clazz)
568 { return functions->AllocObject(this, clazz); }