Home | History | Annotate | Download | only in runtime

Lines Matching refs:vm_

33     vm_ = Runtime::Current()->GetJavaVM();
38 vm_->AttachCurrentThread(&env_, nullptr);
101 JavaVMExt* vm_;
1680 jint ok = vm_->DetachCurrentThread();
1683 jint err = vm_->DetachCurrentThread();
1685 vm_->AttachCurrentThread(&env_, nullptr); // need attached thread for CommonRuntimeTest::TearDown