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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp320 assert(!Interpreter::bytecode_should_reexecute(code), "should not reexecute");
400 bool AbstractInterpreter::bytecode_should_reexecute(Bytecodes::Code code) { function in class:AbstractInterpreter

Completed in 46 milliseconds