Searched refs:AttachCurrentThread (Results 1 - 17 of 17) sorted by relevance

/art/runtime/
H A Djava_vm_ext_test.cc69 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr);
87 TEST_F(JavaVmExtTest, AttachCurrentThread) {
129 jint ok = vm_->AttachCurrentThread(&env, nullptr);
149 jint ok = vm_->AttachCurrentThread(&env, nullptr);
H A Dsignal_catcher.cc239 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
H A Dthread_pool.cc96 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(),
H A Djava_vm_ext.cc364 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII
422 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
430 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group,
446 JII::AttachCurrentThread,
H A Druntime_callbacks_test.cc94 CHECK(runtime->AttachCurrentThread("ThreadLifecycle test thread", true, nullptr, false));
H A Druntime.cc307 bool thread_attached = AttachCurrentThread("Shutdown thread",
313 CHECK(AttachCurrentThread("Shutdown thread (no java peer)",
1915 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
H A Dreflection_test.cc44 vm_->AttachCurrentThread(&env_, nullptr);
H A Druntime.h233 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
H A Dcheck_jni.cc286 Runtime::Current()->GetJavaVM()->AttachCurrentThread(&env, /* thread_args */ nullptr);
4015 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::__anon84::CheckJII
4020 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args);
4066 CheckJII::AttachCurrentThread,
H A Dtrace.cc290 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
H A Djni_internal_test.cc45 vm_->AttachCurrentThread(&env_, nullptr);
2432 jint attach_result = vm_->AttachCurrentThread(&env_, nullptr);
/art/test/169-threadgroup-jni/
H A Djni_daemon_thread.cc33 int attach_result = vm->AttachCurrentThread(&env, &args);
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc84 return vm->real_vm->AttachCurrentThread(env, res);
114 out->AttachCurrentThread =
/art/runtime/jdwp/
H A Djdwp_main.cc563 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(),
/art/runtime/jit/
H A Dprofile_saver.cc604 bool attached = runtime->AttachCurrentThread("Profile Saver",
/art/test/004-JniTest/
H A Djni_test.cc62 int attach_result = jvm->AttachCurrentThread(&env, &args);
/art/dex2oat/
H A Ddex2oat.cc565 Runtime::Current()->AttachCurrentThread("Watchdog thread attached for dumping",

Completed in 545 milliseconds