Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:DestroyJavaVM

1043     jint        (*DestroyJavaVM)(JavaVM*);
1057 jint DestroyJavaVM()
1058 { return functions->DestroyJavaVM(this); }