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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp542 Node* cast_obj = _gvn.transform(new (C) CheckCastPPNode(control(), retnode, sig_type)); local
543 push(cast_obj);
H A DcallGenerator.cpp776 Node* cast_obj = gvn.transform(new (C) CheckCastPPNode(kit.control(), arg, sig_type)); local
777 kit.set_argument(0, cast_obj);
788 Node* cast_obj = gvn.transform(new (C) CheckCastPPNode(kit.control(), arg, sig_type)); local
789 kit.set_argument(receiver_skip + i, cast_obj);
H A DgraphKit.cpp2638 Node* cast_obj = maybe_cast_profiled_receiver(not_null_obj, data, NULL); local
2643 if (cast_obj != NULL)
2644 not_null_obj = cast_obj;
2737 Node* cast_obj = NULL; local
2743 cast_obj = maybe_cast_profiled_receiver(not_null_obj, data, tk->klass());
2744 if (cast_obj != NULL) {
2748 phi->raise_bottom_type(_gvn.type(cast_obj)->meet(TypePtr::NULL_PTR));
2752 if (cast_obj == NULL) {
2760 cast_obj = _gvn.transform(new (C) CheckCastPPNode(control(),
2775 phi ->init_req(_obj_path, cast_obj);
[all...]

Completed in 49 milliseconds