Lines Matching refs:location

270  * the co-location of events policy. Of these three co-located
288 * Co-location of events policy used to be implemented via
308 * location information for the METHOD_ENTRY or SINGLE_STEP event
324 EventIndex ei, jclass clazz, jmethodID method, jlocation location)
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,
408 * co-location of events policy.
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)) {
552 log_debugee_location("event_callback()", evinfo->thread, evinfo->method, evinfo->location);
681 evinfo->clazz, evinfo->method, evinfo->location, eventBag);
749 jthread thread, jmethodID method, jlocation location)
761 info.location = location;
771 jthread thread, jmethodID method, jlocation location)
783 info.location = location;
821 jlocation location, jobject exception,
834 info.location = location;
934 jlocation location, jclass field_klass,
947 info.location = location;
961 jlocation location, jclass field_klass, jobject object, jfieldID field,
974 info.location = location;
989 jmethodID method, jlocation location, jobject exception)
1001 info.location = location;
1066 jlocation location;
1075 /* get current location of contended monitor enter */
1077 (gdata->jvmti, thread, 0, &method, &location);
1079 info.location = location;
1083 info.location = -1;
1099 jlocation location;
1108 /* get current location of contended monitor enter */
1110 (gdata->jvmti, thread, 0, &method, &location);
1112 info.location = location;
1116 info.location = -1;
1133 jlocation location;
1142 /* The info.clazz is used for both class filtering and for location info.
1145 * is reset to class of method before writing location info.
1151 /* get location of monitor wait() method. */
1153 (gdata->jvmti, thread, 0, &method, &location);
1155 info.location = location;
1158 info.location = -1;
1175 jlocation location;
1184 /* The info.clazz is used for both class filtering and for location info.
1187 * is reset to class of method before writing location info.
1193 /* get location of monitor wait() method */
1195 (gdata->jvmti, thread, 0, &method, &location);
1197 info.location = location;
1200 info.location = -1;
1643 jlocation location, jboolean permanent)
1667 method, location);
1702 jlocation location)
1705 clazz, method, location, JNI_FALSE);