Searched refs:breakpoint_type (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp202 // relocInfo::breakpoint_type -- a conditional breakpoint in the code
269 breakpoint_type = 12, // an initialization barrier or safepoint enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
1251 relocInfo::relocType type() { return relocInfo::breakpoint_type; }
H A DrelocInfo.cpp365 if (type() == relocInfo::breakpoint_type) {
377 if (type() == relocInfo::breakpoint_type) {
H A Dnmethod.cpp1063 assert(!(iter.type() == relocInfo::breakpoint_type

Completed in 47 milliseconds