Searched defs:settable_attr (Results 1 - 1 of 1) 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; }

Completed in 54 milliseconds