Searched defs:AttachCurrentThread (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Druntime.cc1118 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
H A Dcheck_jni.cc2040 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::CheckJII
2043 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args));
2075 CheckJII::AttachCurrentThread,
H A Djni_internal.cc428 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
436 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
2940 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII
2984 JII::AttachCurrentThread,

Completed in 463 milliseconds