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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp735 if (settable()) {
1007 bool settable = (target == NULL); local
1013 if (settable) bits |= settable_attr;
1023 assert(this->settable() == settable, "settable encoded");
1033 assert(settable(), "must be settable");
H A DrelocInfo.hpp1257 settable_attr = 0x0040, // the target is settable
1313 bool settable() const { return (bits() & settable_attr) != 0; } function in class:breakpoint_Relocation

Completed in 36 milliseconds