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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1183 enum { fall_in_path = 1, contended_loopback_path = 2 }; enumerator in enum:__anon341
1194 contended_region ->init_req(fall_in_path, toobig_false);
1195 contended_phi_rawmem->init_req(fall_in_path, mem);
1612 enum { fall_in_path = 1, pf_path = 2 }; enumerator in enum:__anon342
1663 pf_phi_abio->init_req( fall_in_path, i_o );
1682 pf_region->init_req( fall_in_path, need_pf_false );
1685 pf_phi_rawmem->init_req( fall_in_path, contended_phi_rawmem );

Completed in 265 milliseconds