Searched refs:AttachCurrentThread (Results 1 – 14 of 14) 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 | 186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 87 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, nullptr, false)); in Callback()
|
D | java_vm_ext.cc | 328 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII 401 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, in AttachCurrentThreadInternal() 417 JII::AttachCurrentThread,
|
D | runtime.h | 243 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
|
D | reflection_test.cc | 40 vm_->AttachCurrentThread(&env_, nullptr); in SetUp()
|
D | profiler.cc | 169 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
|
D | runtime.cc | 241 CHECK(AttachCurrentThread("Shutdown thread", false, nullptr, false)); in ~Runtime() 1495 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|
D | trace.cc | 282 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | jni_internal_test.cc | 41 vm_->AttachCurrentThread(&env_, nullptr); in SetUp() 2255 jint attach_result = vm_->AttachCurrentThread(&env_, nullptr); in TEST_F()
|
D | check_jni.cc | 3826 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::CheckJII 3831 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args); in AttachCurrentThread() 3877 CheckJII::AttachCurrentThread,
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 443 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/runtime/jit/ |
D | profile_saver.cc | 351 bool attached = runtime->AttachCurrentThread("Profile Saver", in RunProfileSaverThread()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 50 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()
|