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

/art/runtime/
H A Druntime.cc1081 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
H A Dcheck_jni.cc2033 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::CheckJII
2036 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args));
2068 CheckJII::AttachCurrentThread,
H A Djni_internal.cc333 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
3069 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII
3113 JII::AttachCurrentThread,

Completed in 82 milliseconds