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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp262 bool AbstractInterpreter::is_not_reached(methodHandle method, int bci) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp1064 // ciMethod::is_not_reached
1065 bool ciMethod::is_not_reached(int bci) { function in class:ciMethod
1068 return Interpreter::is_not_reached(

Completed in 33 milliseconds