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

Completed in 26 milliseconds