Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc28 static JavaVM* jvm = nullptr; variable
32 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()