Searched refs:AttachCurrentThread (Results 1 – 17 of 17) sorted by relevance
/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 | 400 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII 466 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, in AttachCurrentThreadInternal() 482 JII::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 | 176 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 100 CHECK(runtime->AttachCurrentThread( in Callback()
|
D | runtime_callbacks_test.cc | 94 CHECK(runtime->AttachCurrentThread("ThreadLifecycle test thread", true, nullptr, false)); in PthreadsCallback()
|
D | runtime.cc | 327 bool thread_attached = AttachCurrentThread("Shutdown thread", in ~Runtime() 333 CHECK(AttachCurrentThread("Shutdown thread (no java peer)", in ~Runtime() 2117 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|
D | runtime.h | 263 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
|
D | reflection_test.cc | 45 vm_->AttachCurrentThread(&env_, nullptr); in SetUp()
|
D | trace.cc | 277 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/perfetto_hprof/ |
D | perfetto_hprof.cc | 710 if (!runtime->AttachCurrentThread("perfetto_hprof_listener", /*as_daemon=*/ true, in ArtPlugin_Initialize()
|
/art/runtime/jit/ |
D | profile_saver.cc | 661 bool attached = runtime->AttachCurrentThread("Profile Saver", in RunProfileSaverThread()
|
D | jit.cc | 1699 bool thread_attached = runtime->AttachCurrentThread( in RunPollingThread()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 62 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()
|
/art/dex2oat/ |
D | dex2oat.cc | 650 runtime->AttachCurrentThread("Watchdog thread attached for dumping", in Fatal()
|