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

/art/runtime/
H A Dsignal_catcher.cc199 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
H A Dthread_pool.cc61 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, NULL, false));
H A Druntime.h199 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
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 Dprofiler.cc167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(),
H A Dreflection_test.cc40 vm_->AttachCurrentThread(&env_, NULL);
H A Dtrace.cc298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
H A Djni_internal_test.cc38 vm_->AttachCurrentThread(&env_, nullptr);
1685 vm_->AttachCurrentThread(&env_, nullptr); // need attached thread for CommonRuntimeTest::TearDown
H A Druntime.cc1096 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
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,
/art/runtime/jdwp/
H A Djdwp_main.cc409 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(),
/art/test/004-JniTest/
H A Djni_test.cc42 int attach_result = jvm->AttachCurrentThread(&env, &args);

Completed in 688 milliseconds