Searched refs:AttachCurrentThread (Results 1 – 15 of 15) sorted by relevance
/art/runtime/ |
D | java_vm_ext_test.cc | 68 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr); in attach_current_thread_callback() 86 TEST_F(JavaVmExtTest, AttachCurrentThread) { in TEST_F() argument 128 jint ok = vm_->AttachCurrentThread(&env, nullptr); in TEST_F()
|
D | signal_catcher.cc | 236 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 92 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), in Callback()
|
D | java_vm_ext.cc | 360 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII 426 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, in AttachCurrentThreadInternal() 442 JII::AttachCurrentThread,
|
D | runtime_callbacks_test.cc | 90 CHECK(runtime->AttachCurrentThread("ThreadLifecycle test thread", true, nullptr, false)); in PthreadsCallback()
|
D | runtime.h | 226 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
|
D | reflection_test.cc | 43 vm_->AttachCurrentThread(&env_, nullptr); in SetUp()
|
D | runtime.cc | 288 CHECK(AttachCurrentThread("Shutdown thread", false, nullptr, false)); in ~Runtime() 1767 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|
D | trace.cc | 289 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | jni_internal_test.cc | 45 vm_->AttachCurrentThread(&env_, nullptr); in SetUp() 2315 jint attach_result = vm_->AttachCurrentThread(&env_, nullptr); in TEST_F()
|
D | check_jni.cc | 3841 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::CheckJII 3846 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args); in AttachCurrentThread() 3892 CheckJII::AttachCurrentThread,
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 450 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/runtime/jit/ |
D | profile_saver.cc | 573 bool attached = runtime->AttachCurrentThread("Profile Saver", in RunProfileSaverThread()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 59 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()
|
/art/dex2oat/ |
D | dex2oat.cc | 531 Runtime::Current()->AttachCurrentThread("Watchdog thread attached for dumping", in Fatal()
|