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

/art/test/JniTest/
H A Djni_test.cc41 int attach_result = jvm->AttachCurrentThread(&env, &args);
/art/runtime/
H A Dsignal_catcher.cc188 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
H A Dthread_pool.cc58 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, NULL, false));
H A Druntime.h247 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
H A Dtrace.cc302 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(),
H A Dcheck_jni.cc2040 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::CheckJII
2043 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args));
2075 CheckJII::AttachCurrentThread,
H A Djni_internal_test.cc44 vm_->AttachCurrentThread(&env_, NULL);
1918 vm_->AttachCurrentThread(&env_, NULL); // need attached thread for CommonTest::TearDown
H A Druntime.cc1118 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
H A Djni_internal.cc428 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
436 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
2940 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII
2984 JII::AttachCurrentThread,
/art/runtime/jdwp/
H A Djdwp_main.cc412 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(),

Completed in 2298 milliseconds