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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1103 Node *result_phi_rawoop; local
1179 result_phi_rawoop = new (C) PhiNode(result_region, TypeRawPtr::BOTTOM);
1386 result_phi_rawoop->init_req(fast_result_path, fast_oop);
1529 _igvn.replace_node(_resproj, result_phi_rawoop);
1534 result_phi_rawoop->init_req( slow_result_path, slow_result);
1537 transform_later(result_phi_rawoop);

Completed in 35 milliseconds