Home
last modified time | relevance | path

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

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