Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:DestroyJavaVM

1056     jint        (*DestroyJavaVM)(JavaVM*);
1070 jint DestroyJavaVM()
1071 { return functions->DestroyJavaVM(this); }