Searched defs:AttachCurrentThread (Results 1 - 3 of 3) sorted by relevance
/art/runtime/ |
H A D | java_vm_ext.cc | 268 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::JII 333 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": " 341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, 357 JII::AttachCurrentThread,
|
H A D | runtime.cc | 214 CHECK(AttachCurrentThread("Shutdown thread", false, nullptr, false)); 1311 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Runtime
|
H A D | check_jni.cc | 3634 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function in class:art::CheckJII 3639 result.i = BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args); 3685 CheckJII::AttachCurrentThread,
|
Completed in 341 milliseconds