Home | History | Annotate | Download | only in runtime

Lines Matching defs:DestroyJavaVM

3814   static jint DestroyJavaVM(JavaVM* vm) {
3819 result.i = BaseVm(vm)->DestroyJavaVM(vm);
3820 // Use null to signal that the JavaVM isn't valid anymore. DestroyJavaVM deletes the runtime,
3876 CheckJII::DestroyJavaVM,