Searched refs:JVMTI_EVENT_SINGLE_STEP (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp171 case JVMTI_EVENT_SINGLE_STEP:
285 assert(event_type == JVMTI_EVENT_SINGLE_STEP || event_type == JVMTI_EVENT_BREAKPOINT,
312 if (event_type == JVMTI_EVENT_SINGLE_STEP && _thread->has_last_Java_frame()) {
322 } else if (event_type == JVMTI_EVENT_SINGLE_STEP || !is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
H A DjvmtiEventController.cpp49 static const jlong SINGLE_STEP_BIT = (((jlong)1) << (JVMTI_EVENT_SINGLE_STEP - TOTAL_MIN_EVENT_TYPE_VAL));
479 ets->reset_current_location(JVMTI_EVENT_SINGLE_STEP, (now_enabled & SINGLE_STEP_BIT) != 0);
H A DjvmtiExport.cpp866 EVT_TRIG_TRACE(JVMTI_EVENT_SINGLE_STEP, ("JVMTI [%s] Trg Single Step triggered",
890 if (state != NULL && state->is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
1239 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_SINGLE_STEP); local
1240 if (!ets->single_stepping_posted() && ets->is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
1241 EVT_TRACE(JVMTI_EVENT_SINGLE_STEP, ("JVMTI [%s] Evt Single Step sent %s.%s @ %d",
/openjdk7/jdk/src/share/back/
H A Dutil.c1946 index2jvmti[EI_SINGLE_STEP -EI_min] = JVMTI_EVENT_SINGLE_STEP;
2068 case JVMTI_EVENT_SINGLE_STEP:
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h404 JVMTI_EVENT_SINGLE_STEP = 60, enumerator in enum:__anon609

Completed in 47 milliseconds