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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp200 // fail_degree, the union bails out. The underlying set is cleared before
204 const uint fail_degree,
246 if( reg_degree >= fail_degree ) return reg_degree;
263 if( reg_degree >= fail_degree ) return reg_degree;
203 lrg_union(uint lr1, uint lr2, const uint fail_degree, const PhaseIFG *ifg, const RegMask &mask ) argument
H A DindexSet.hpp318 // exceeds fail_degree, the union bails out. The underlying set is
321 const uint fail_degree,

Completed in 28 milliseconds