Searched refs:DetachCurrentThread (Results 1 – 20 of 20) sorted by relevance
80 ok = vms_buf[0]->DetachCurrentThread(); in attach_current_thread_callback()128 TEST_F(JavaVmExtTest, DetachCurrentThread) { in TEST_F() argument132 ok = vm_->DetachCurrentThread(); in TEST_F()135 jint err = vm_->DetachCurrentThread(); in TEST_F()180 ok = vm_->DetachCurrentThread(); in TEST_F()
401 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::JII407 runtime->DetachCurrentThread(); in DetachCurrentThread()476 JII::DetachCurrentThread,
296 CHECK_NE(Runtime::Current()->GetJavaVM()->DetachCurrentThread(), JNI_ERR); in CheckAttachedThread()4040 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::__anon01b981930111::CheckJII4045 result.i = BaseVm(vm)->DetachCurrentThread(vm); in DetachCurrentThread()4072 CheckJII::DetachCurrentThread,
2429 jint detach_result = vm_->DetachCurrentThread(); in TEST_F()
62 vm->DetachCurrentThread(); in Java_Main_destroyJavaVMAndExit()
46 int detach_result = vm->DetachCurrentThread(); in Runner()
195 if (vm->DetachCurrentThread() != JNI_OK) { in dalvikvm()
194 runtime->DetachCurrentThread(); in Run()
109 runtime->DetachCurrentThread(); in Callback()
97 runtime->DetachCurrentThread(); in PthreadsCallback()
253 void DetachCurrentThread() REQUIRES(!Locks::mutator_lock_);
304 runtime->DetachCurrentThread(); in RunSamplingThread()
413 DetachCurrentThread(); in ~Runtime()2046 void Runtime::DetachCurrentThread() { in DetachCurrentThread() function in art::Runtime
102 Runtime::Current()->DetachCurrentThread(); in ShutDown()
87 return vm->real_vm->DetachCurrentThread(); in WrapDetachCurrentThread()116 out->DetachCurrentThread = reinterpret_cast<jint(*)(JavaVM*)>(WrapDetachCurrentThread); in CreateInvokeInterface()
686 runtime->DetachCurrentThread(); in Run()
199 int detach_result = art::Runtime::Current()->GetJavaVM()->DetachCurrentThread(); in CallbackFunction()
653 runtime->DetachCurrentThread(); in RunProfileSaverThread()
69 int detach_result = jvm->DetachCurrentThread(); in AttachHelper()
793 int detach_result = data->java_vm->DetachCurrentThread(); in AgentCallback()