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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp224 bool is_active_breakpoint() const { return Bytecodes::is_active_breakpoint_at(bcp()); }
H A Dbytecodes.hpp387 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } function in class:Bytecodes

Completed in 58 milliseconds