HomeSort by relevance Sort by last modified time
    Searched defs:DetachCurrentThread (Results 1 - 4 of 4) sorted by null

  /art/runtime/jni/
java_vm_ext.cc 401 static jint DetachCurrentThread(JavaVM* vm) {
407 runtime->DetachCurrentThread();
476 JII::DetachCurrentThread,
    [all...]
check_jni.cc 296 CHECK_NE(Runtime::Current()->GetJavaVM()->DetachCurrentThread(), JNI_ERR);
540 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
588 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
    [all...]
  /art/runtime/
runtime.cc 413 DetachCurrentThread();
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h     [all...]

Completed in 127 milliseconds