Searched refs:vm_access (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/javaunohelper/source/ |
H A D | javaunohelper.cxx | 93 ::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 D | vm.cxx | 58 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 D | bootstrap.cxx | 130 ::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 D | vm.hxx | 47 ::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access );
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_base.h | 142 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 40 milliseconds