Lines Matching defs:clazz

324             EventIndex ei, jclass clazz, jmethodID method, jlocation location)
336 deferring = isBreakpointSet(clazz, method, start) ||
341 clazz, method, start);
347 deferring = isBreakpointSet(clazz, method, location);
350 clazz, method, location);
369 jclass clazz, jmethodID method, jlocation location)
374 if (threadControl_cmpCLEInfo(env, thread, clazz, method, location)) {
376 "%s,thread=%p,clazz=%p,method=%p,location=%d",
377 eventText(ei), thread, clazz, method, location));
389 jclass clazz, jmethodID method, jlocation location,
411 skipEventReport(env, thread, ei, clazz, method, location)) {
413 "ei=%s,thread=%p,clazz=%p,method=%p,location=%d",
414 eventText(ei), thread, clazz, method, location));
427 clazz, method, location)) {
645 classTrack_addPreparedClass(env, evinfo->clazz);
649 classname = getClassname(evinfo->clazz);
681 evinfo->clazz, evinfo->method, evinfo->location, eventBag);
720 jclass clazz;
723 clazz = JNI_FUNC_PTR(env,GetObjectClass)(env, object);
725 return clazz;
732 jclass clazz = NULL;
738 error = methodClass(method, &clazz);
743 return clazz;
759 info.clazz = getMethodClass(jvmti_env, method);
781 info.clazz = getMethodClass(jvmti_env, method);
809 info.clazz = getMethodClass(jvmti_env, method);
832 info.clazz = getMethodClass(jvmti_env, method);
894 info.clazz = klass;
923 info.clazz = klass;
945 info.clazz = getMethodClass(jvmti_env, method);
972 info.clazz = getMethodClass(jvmti_env, method);
999 info.clazz = getMethodClass(jvmti_env, method);
1022 info.clazz = getMethodClass(jvmti_env, method);
1049 info.clazz = getMethodClass(jvmti_env, method);
1081 info.clazz = getMethodClass(jvmti_env, method);
1114 info.clazz = getMethodClass(jvmti_env, method);
1142 /* The info.clazz is used for both class filtering and for location info.
1144 * object. So here info.clazz is set to class of monitor object here and it
1148 info.clazz = getObjectClass(object);
1184 /* The info.clazz is used for both class filtering and for location info.
1186 * object. So here info.clazz is set to class of monitor object here and it
1190 info.clazz = getObjectClass(object);
1393 * Delete all breakpoints on "clazz".
1396 eventHandler_freeClassBreakpoints(jclass clazz)
1405 if (eventFilterRestricted_isBreakpointInClass(env, clazz,
1642 jthread thread, jclass clazz, jmethodID method,
1653 ((thread == NULL)? 0 : 1) + ((clazz == NULL)? 0 : 1),
1665 if ((error == JVMTI_ERROR_NONE) && (clazz != NULL)) {
1666 error = eventFilter_setLocationOnlyFilter(node, index++, clazz,
1700 jclass clazz,
1705 clazz, method, location, JNI_FALSE);