Searched refs:JNI_CreateJavaVM (Results 1 - 2 of 2) sorted by relevance

/art/dalvikvm/
H A Ddalvikvm.cc161 // Find the JNI_CreateJavaVM implementation.
177 if (JNI_CreateJavaVM(&vm, &env, &init_args) != JNI_OK) {
183 // JNI_CreateJavaVM so that things like "-help" have the opportunity
/art/runtime/
H A Djava_vm_ext.cc1139 extern "C" jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { function in namespace:art

Completed in 195 milliseconds