Searched defs:DetachCurrentThread (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jni/ | ||
D | java_vm_ext_test.cc | 132 TEST_F(JavaVmExtTest, DetachCurrentThread) { in TEST_F() argument |
D | java_vm_ext.cc | 418 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::JII |
D | check_jni.cc | 4090 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function in art::__anonb17d97f60111::CheckJII |
/art/runtime/ | ||
D | runtime.cc | 2389 void Runtime::DetachCurrentThread() { in DetachCurrentThread() function in art::Runtime |