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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp154 void compare_and_set_current_location(methodOop method, address location, jvmtiEvent event);
H A DjvmtiEnvThreadState.cpp153 void JvmtiEnvThreadState::compare_and_set_current_location(methodOop new_method, function in class:JvmtiEnvThreadState
H A DjvmtiExport.cpp786 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_BREAKPOINT);
1239 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_SINGLE_STEP);

Completed in 39 milliseconds