Lines Matching refs:env

250     JNIEnv *env;
254 env = getEnv();
261 if (((func)(env, node, arg))) {
323 deferEventReport(JNIEnv *env, jthread thread,
340 threadControl_saveCLEInfo(env, thread, ei,
349 threadControl_saveCLEInfo(env, thread, ei,
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei,
374 if (threadControl_cmpCLEInfo(env, thread, clazz, method, location)) {
382 threadControl_clearCLEInfo(env, thread);
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei,
411 skipEventReport(env, thread, ei, clazz, method, location)) {
426 || !deferEventReport(env, thread, ei,
467 JNIEnv *env = (JNIEnv *)envVoid;
495 if (eventFilterRestricted_passesUnloadFilter(env, classname,
521 reportEvents(env, eventSessionID, (jthread)NULL, 0,
544 event_callback(JNIEnv *env, EventInfo *evinfo)
560 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
561 JNI_FUNC_PTR(env,ExceptionClear)(env);
586 unloadedSignatures = classTrack_processUnloads(env);
593 (void *)env);
645 classTrack_addPreparedClass(env, evinfo->clazz);
656 if (eventFilterRestricted_passesFilter(env, classname,
665 (*func)(env, evinfo, node, eventBag);
680 reportEvents(env, eventSessionID, thread, evinfo->ei,
703 JNI_FUNC_PTR(env,Throw)(env, currentException);
705 JNI_FUNC_PTR(env,ExceptionClear)(env);
721 JNIEnv *env = getEnv();
723 clazz = JNI_FUNC_PTR(env,GetObjectClass)(env, object);
748 cbSingleStep(jvmtiEnv *jvmti_env, JNIEnv *env,
762 event_callback(env, &info);
770 cbBreakpoint(jvmtiEnv *jvmti_env, JNIEnv *env,
784 event_callback(env, &info);
792 cbFramePop(jvmtiEnv *jvmti_env, JNIEnv *env,
811 event_callback(env, &info);
819 cbException(jvmtiEnv *jvmti_env, JNIEnv *env,
839 event_callback(env, &info);
847 cbThreadStart(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread)
857 event_callback(env, &info);
865 cbThreadEnd(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread)
875 event_callback(env, &info);
883 cbClassPrepare(jvmtiEnv *jvmti_env, JNIEnv *env,
895 event_callback(env, &info);
912 cbClassLoad(jvmtiEnv *jvmti_env, JNIEnv *env,
924 event_callback(env, &info);
932 cbFieldAccess(jvmtiEnv *jvmti_env, JNIEnv *env,
951 event_callback(env, &info);
959 cbFieldModification(jvmtiEnv *jvmti_env, JNIEnv *env,
980 event_callback(env, &info);
988 cbExceptionCatch(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread,
1003 event_callback(env, &info);
1011 cbMethodEntry(jvmtiEnv *jvmti_env, JNIEnv *env,
1024 event_callback(env, &info);
1032 cbMethodExit(jvmtiEnv *jvmti_env, JNIEnv *env,
1052 event_callback(env, &info);
1060 cbMonitorContendedEnter(jvmtiEnv *jvmti_env, JNIEnv *env,
1085 event_callback(env, &info);
1093 cbMonitorContendedEntered(jvmtiEnv *jvmti_env, JNIEnv *env,
1118 event_callback(env, &info);
1126 cbMonitorWait(jvmtiEnv *jvmti_env, JNIEnv *env,
1160 event_callback(env, &info);
1168 cbMonitorWaited(jvmtiEnv *jvmti_env, JNIEnv *env,
1202 event_callback(env, &info);
1210 cbVMInit(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread)
1220 event_callback(env, &info);
1228 cbVMDeath(jvmtiEnv *jvmti_env, JNIEnv *env)
1280 event_callback(env, &info);
1399 JNIEnv *env = getEnv();
1405 if (eventFilterRestricted_isBreakpointInClass(env, clazz,