Home | History | Annotate | Download | only in runtime

Lines Matching defs:DestroyJavaVM

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