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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp358 static bool check_must_rewrite(Bytecodes::Code bc);
405 static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rewrite(code); }
H A Dbytecodes.cpp69 bool Bytecodes::check_must_rewrite(Bytecodes::Code code) { function in class:Bytecodes

Completed in 67 milliseconds