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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2619 Node* null_ctl = top(); local
2620 Node* not_null_obj = null_check_oop(obj, &null_ctl, never_see_null);
2624 set_control(null_ctl);
2627 region->init_req(_null_path, null_ctl);
2629 if (null_ctl == top()) {
2640 set_control(null_ctl); // Null is the only remaining possibility.
2719 Node* null_ctl = top(); local
2720 Node* not_null_obj = null_check_oop(obj, &null_ctl, never_see_null);
2724 set_control(null_ctl);
2727 region->init_req(_null_path, null_ctl);
[all...]
H A Dlibrary_call.cpp3076 Node* null_ctl = top(); local
3077 kls = null_check_oop(kls, &null_ctl, never_see_null);
3080 region->init_req(null_path, null_ctl);
3082 assert(null_ctl == top(), "no loose ends");
3197 Node* null_ctl; local
3251 null_ctl = top();
3252 kls = null_check_oop(kls, &null_ctl);
3253 if (null_ctl != top()) {
3255 region->add_req(null_ctl);
3340 Node* null_ctl local
3727 Node* null_ctl = top(); local
[all...]

Completed in 68 milliseconds