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

/art/runtime/
H A Djava_vm_ext.cc268 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII
333 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group,
357 JII::AttachCurrentThread,
H A Druntime.cc214 CHECK(AttachCurrentThread("Shutdown thread", false, nullptr, false));
1311 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
H A Dcheck_jni.cc3634 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::CheckJII
3639 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args);
3685 CheckJII::AttachCurrentThread,

Completed in 161 milliseconds