Lines Matching refs:_jvmti_breakpoints
494 JvmtiBreakpoints *JvmtiCurrentBreakpoints::_jvmti_breakpoints = NULL;
499 if (_jvmti_breakpoints != NULL) return (*_jvmti_breakpoints);
500 _jvmti_breakpoints = new JvmtiBreakpoints(listener_fun);
501 assert(_jvmti_breakpoints != NULL, "_jvmti_breakpoints != NULL");
502 return (*_jvmti_breakpoints);
517 if (_jvmti_breakpoints != NULL) {
518 _jvmti_breakpoints->oops_do(f);
523 if (_jvmti_breakpoints != NULL) {
524 _jvmti_breakpoints->gc_epilogue();