Lines Matching refs:JvmtiBreakpoints
381 // The JvmtiBreakpoints in _breakpoints will be visited via
389 // class JvmtiBreakpoints
394 JvmtiBreakpoints::JvmtiBreakpoints(void listener_fun(void *,address *)) {
398 JvmtiBreakpoints:: ~JvmtiBreakpoints() {}
400 void JvmtiBreakpoints::oops_do(OopClosure* f) {
404 void JvmtiBreakpoints::gc_epilogue() {
408 void JvmtiBreakpoints::print() {
423 void JvmtiBreakpoints::set_at_safepoint(JvmtiBreakpoint& bp) {
433 void JvmtiBreakpoints::clear_at_safepoint(JvmtiBreakpoint& bp) {
443 int JvmtiBreakpoints::length() { return _bps.length(); }
445 int JvmtiBreakpoints::set(JvmtiBreakpoint& bp) {
454 int JvmtiBreakpoints::clear(JvmtiBreakpoint& bp) {
464 void JvmtiBreakpoints::clearall_in_class_at_safepoint(klassOop klass) {
494 JvmtiBreakpoints *JvmtiCurrentBreakpoints::_jvmti_breakpoints = NULL;
498 JvmtiBreakpoints& JvmtiCurrentBreakpoints::get_jvmti_breakpoints() {
500 _jvmti_breakpoints = new JvmtiBreakpoints(listener_fun);
506 JvmtiBreakpoints *this_jvmti = (JvmtiBreakpoints *) this_obj;