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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp142 SafePointNode* &bad_type_exit) {
155 bad_type_exit->control()->add_req(bad_type);
168 bad_type_exit->control()->add_req(bad_type_ctrl);
325 SafePointNode* bad_type_exit = clone_map(); local
326 bad_type_exit->set_control(new (C) RegionNode(1));
354 set_local(index, check_interpreter_type(l, type, bad_type_exit));
362 set_stack(index, check_interpreter_type(l, type, bad_type_exit));
365 if (bad_type_exit->control()->req() > 1) {
367 bad_type_exit->set_control(_gvn.transform( bad_type_exit
141 check_interpreter_type(Node* l, const Type* type, SafePointNode* &bad_type_exit) argument
[all...]

Completed in 77 milliseconds