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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp3071 JvmtiBreakpoints& jvmti_breakpoints = JvmtiCurrentBreakpoints::get_jvmti_breakpoints(); local
3072 jvmti_breakpoints.clearall_in_class_at_safepoint(the_class_oop);
H A DjvmtiEnv.cpp2002 JvmtiBreakpoints& jvmti_breakpoints = JvmtiCurrentBreakpoints::get_jvmti_breakpoints(); local
2003 if (jvmti_breakpoints.set(bp) == JVMTI_ERROR_DUPLICATE)
2007 jvmti_breakpoints.print();
2030 JvmtiBreakpoints& jvmti_breakpoints = JvmtiCurrentBreakpoints::get_jvmti_breakpoints(); local
2031 if (jvmti_breakpoints.clear(bp) == JVMTI_ERROR_NOT_FOUND)
2035 jvmti_breakpoints.print();

Completed in 48 milliseconds