Searched refs:reset_current_location (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp158 void reset_current_location(jvmtiEvent event, bool enabled);
H A DjvmtiEnvThreadState.cpp284 void JvmtiEnvThreadState::reset_current_location(jvmtiEvent event_type, bool enabled) { function in class:JvmtiEnvThreadState
H A DjvmtiEventController.cpp479 ets->reset_current_location(JVMTI_EVENT_SINGLE_STEP, (now_enabled & SINGLE_STEP_BIT) != 0);
482 ets->reset_current_location(JVMTI_EVENT_BREAKPOINT, (now_enabled & BREAKPOINT_BIT) != 0);

Completed in 42 milliseconds