Home
last modified time | relevance | path

Searched refs:vm_access (Results 1 – 5 of 5) sorted by relevance

/trunk/main/javaunohelper/source/
H A Djavaunohelper.cxx93 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > vm_access( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
97 (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
176 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > vm_access( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
180 (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
276 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > vm_access( in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
279 xContext = ::javaunohelper::install_vm_singleton( xContext, vm_access ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
287 uno_getEnvironment( (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
H A Dvm.cxx58 inline SingletonFactory( ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access ) in SingletonFactory() argument
60 m_vm_access( vm_access ) in SingletonFactory()
132 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access ) in install_vm_singleton()
134 …css::uno::Reference< css::lang::XSingleComponentFactory > xFac( new SingletonFactory( vm_access ) … in install_vm_singleton()
H A Dbootstrap.cxx130 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > vm_access( in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
133 xContext = ::javaunohelper::install_vm_singleton( xContext, vm_access ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
140 uno_getEnvironment( (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
H A Dvm.hxx47 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access );
/trunk/main/bridges/source/jni_uno/
H A Djni_base.h142 JNI_info const * jni_info, ::jvmaccess::UnoVirtualMachine * vm_access ) in JNI_guarded_context() argument
143 : AttachGuard( vm_access->getVirtualMachine() ), in JNI_guarded_context()
146 static_cast< jobject >(vm_access->getClassLoader()) ) in JNI_guarded_context()

Completed in 30 milliseconds