Searched refs:_breakpoint_list (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp269 static address *_breakpoint_list; member in class:JvmtiCurrentBreakpoints
270 static inline void set_breakpoint_list(address *breakpoint_list) { _breakpoint_list = breakpoint_list; }
271 static inline address *get_breakpoint_list() { return _breakpoint_list; }
273 // Listener for the GrowableCache in _jvmti_breakpoints, updates _breakpoint_list.
280 // lazily create _jvmti_breakpoints and _breakpoint_list
H A DjvmtiImpl.cpp495 address * JvmtiCurrentBreakpoints::_breakpoint_list = NULL; member in class:JvmtiCurrentBreakpoints

Completed in 33 milliseconds