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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1261 active_state = 0x0200, // breakpoint instruction actually in code enumerator in enum:breakpoint_Relocation::__anon213
1310 bool active() const { return (bits() & active_state) != 0; }
H A DrelocInfo.cpp1066 set_bits(bits() | active_state);
1071 set_bits(bits() & ~active_state);

Completed in 339 milliseconds