Searched defs:JvmtiCurrentBreakpoints (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp204 // Used by : JvmtiCurrentBreakpoints
212 // cached byte code pointers from _bps without doing any synchronization (see JvmtiCurrentBreakpoints).
249 // class JvmtiCurrentBreakpoints
259 class JvmtiCurrentBreakpoints : public AllStatic { class in inherits:AllStatic
291 bool JvmtiCurrentBreakpoints::is_breakpoint(address bcp) {
321 JvmtiBreakpoints& current_bps = JvmtiCurrentBreakpoints::get_jvmti_breakpoints();

Completed in 31 milliseconds