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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp800 Node* not_subtype_ctrl = gen_subtype_check(ex_klass_node, con); local
816 set_control(not_subtype_ctrl);
H A DgraphKit.cpp2383 Node* not_subtype_ctrl = control(); local
2385 return not_subtype_ctrl;
2651 Node* not_subtype_ctrl = gen_subtype_check(obj_klass, superklass); local
2658 region->init_req(_fail_path, not_subtype_ctrl);
2757 Node* not_subtype_ctrl = gen_subtype_check( obj_klass, superklass ); local
2764 if (not_subtype_ctrl != top()) { // If failure is possible
2766 set_control(not_subtype_ctrl);
2770 (*failure_control) = not_subtype_ctrl;
H A Dlibrary_call.cpp4803 Node* not_subtype_ctrl = gen_subtype_check(src_klass, dest_klass); local
4805 if (not_subtype_ctrl != top()) {
4807 set_control(not_subtype_ctrl);

Completed in 68 milliseconds