Searched defs:is_breakpoint (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp142 static bool is_breakpoint(JavaThread *thread) { return Bytecodes::code_or_bp_at(bcp(thread)) == Bytecodes::_breakpoint; } function in class:InterpreterRuntime
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp308 bool JvmtiCurrentBreakpoints::is_breakpoint(address bcp) { function in class:JvmtiCurrentBreakpoints

Completed in 40 milliseconds