Searched refs:jvm (Results 1 – 1 of 1) sorted by relevance
28 static JavaVM* jvm = nullptr; variable32 assert(jvm == nullptr); in JNI_OnLoad()33 jvm = vm; in JNI_OnLoad()38 assert(jvm != nullptr); in AttachHelper()42 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()49 int detach_result = jvm->DetachCurrentThread(); in AttachHelper()