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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp405 static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rewrite(code); } function in class:Bytecodes
H A Dinterpreter.cpp265 if (!Bytecodes::must_rewrite(code)) {

Completed in 1784 milliseconds