Searched refs:set_msg (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp110 set_msg("force inline by CompilerOracle");
124 set_msg("many throws");
129 set_msg("!UseOldInlining");
160 set_msg("already compiled into a medium method");
166 set_msg("hot method too big");
168 set_msg("too big");
197 set_msg(fail_msg);
229 set_msg(fail_msg);
235 set_msg("force inline by CompilerOracle");
244 set_msg("alread
[all...]
H A Dparse.hpp95 void set_msg(const char* msg) { _msg = msg; } function in class:InlineTree
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp133 istate->set_msg(BytecodeInterpreter::method_resume);
157 istate->set_msg(BytecodeInterpreter::got_monitors);
712 istate->set_msg(BytecodeInterpreter::method_entry);
983 istate->set_msg(BytecodeInterpreter::method_resume);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp337 istate->set_msg(do_osr); \
630 // istate->set_msg(retry_method);
789 istate->set_msg(no_request);
1692 istate->set_msg(more_monitors);
2222 istate->set_msg(call_method);
2255 istate->set_msg(call_method);
2276 istate->set_msg(call_method);
2360 istate->set_msg(call_method);
2586 istate->set_msg(popping_frame);
2787 istate->set_msg(throwing_exceptio
[all...]
H A DbytecodeInterpreter.hpp209 inline void set_msg(messages new_msg) { _msg = new_msg; } function in class:BytecodeInterpreter

Completed in 65 milliseconds