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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1257 settable_attr = 0x0040, // the target is settable enumerator in enum:breakpoint_Relocation::__anon213
1313 bool settable() const { return (bits() & settable_attr) != 0; }
H A DrelocInfo.cpp1013 if (settable) bits |= settable_attr;

Completed in 91 milliseconds