Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc307 static jint JII_AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in JII_AttachCurrentThread() function
3070 return JII_AttachCurrentThread(vm, p_env, thr_args, false); in AttachCurrentThread()
3074 return JII_AttachCurrentThread(vm, p_env, thr_args, true); in AttachCurrentThreadAsDaemon()