Home | History | Annotate | Download | only in runtime

Lines Matching defs:AttachCurrentThread

2033   static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) {
2036 return CHECK_JNI_EXIT("I", BaseVm(vm)->AttachCurrentThread(vm, p_env, thr_args));
2068 CheckJII::AttachCurrentThread,