/art/runtime/jni/ |
D | java_vm_ext_test.cc | 69 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr); in attach_current_thread_callback() 87 TEST_F(JavaVmExtTest, AttachCurrentThread) { in TEST_F() argument 130 jint ok = vm_->AttachCurrentThread(&env, nullptr); in TEST_F() 150 jint ok = vm_->AttachCurrentThread(&env, nullptr); in TEST_F()
|
D | java_vm_ext.cc | 393 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII 459 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, in AttachCurrentThreadInternal() 475 JII::AttachCurrentThread,
|
D | check_jni.cc | 289 Runtime::Current()->GetJavaVM()->AttachCurrentThread(&env, /* thr_args= */ nullptr); in CheckAttachedThread() 4020 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::__anon01b981930111::CheckJII 4025 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args); in AttachCurrentThread() 4071 CheckJII::AttachCurrentThread,
|
D | jni_internal_test.cc | 44 vm_->AttachCurrentThread(&env_, nullptr); in SetUp() 2431 jint attach_result = vm_->AttachCurrentThread(&env_, nullptr); in TEST_F()
|
/art/test/169-threadgroup-jni/ |
D | jni_daemon_thread.cc | 33 int attach_result = vm->AttachCurrentThread(&env, &args); in Runner()
|
/art/runtime/ |
D | signal_catcher.cc | 175 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 100 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), in Callback()
|
D | runtime_callbacks_test.cc | 94 CHECK(runtime->AttachCurrentThread("ThreadLifecycle test thread", true, nullptr, false)); in PthreadsCallback()
|
D | runtime.h | 247 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
|
D | runtime.cc | 320 bool thread_attached = AttachCurrentThread("Shutdown thread", in ~Runtime() 326 CHECK(AttachCurrentThread("Shutdown thread (no java peer)", in ~Runtime() 2034 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|
D | reflection_test.cc | 45 vm_->AttachCurrentThread(&env_, nullptr); in SetUp()
|
D | trace.cc | 276 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 84 return vm->real_vm->AttachCurrentThread(env, res); in WrapAttachCurrentThread() 114 out->AttachCurrentThread = in CreateInvokeInterface()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 563 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/runtime/jit/ |
D | profile_saver.cc | 641 bool attached = runtime->AttachCurrentThread("Profile Saver", in RunProfileSaverThread()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 62 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()
|
/art/dex2oat/ |
D | dex2oat.cc | 595 runtime->AttachCurrentThread("Watchdog thread attached for dumping", in Fatal()
|