Searched refs:AttachCurrentThread (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 199 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 61 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, NULL, false)); in Callback()
|
D | runtime.h | 199 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
|
D | check_jni.cc | 2033 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::CheckJII 2036 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args)); in AttachCurrentThread() 2068 CheckJII::AttachCurrentThread,
|
D | trace.cc | 298 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | reflection_test.cc | 40 vm_->AttachCurrentThread(&env_, NULL); in SetUp()
|
D | profiler.cc | 167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup(), in RunProfilerThread()
|
D | jni_internal_test.cc | 38 vm_->AttachCurrentThread(&env_, nullptr); in SetUp() 1685 vm_->AttachCurrentThread(&env_, nullptr); // need attached thread for CommonRuntimeTest::TearDown in TEST_F()
|
D | runtime.cc | 1096 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread() function in art::Runtime
|
D | jni_internal.cc | 341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) { in JII_AttachCurrentThread() 3069 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() function in art::JII 3113 JII::AttachCurrentThread,
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 409 CHECK(runtime->AttachCurrentThread("JDWP", true, runtime->GetSystemThreadGroup(), in Run()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 42 int attach_result = jvm->AttachCurrentThread(&env, &args); in AttachHelper()
|