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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1128 Node *toobig_false = ctrl; local
1144 toobig_false = new (C) IfFalseNode( toobig_iff );
1145 transform_later(toobig_false);
1147 toobig_false = ctrl;
1187 contended_region = toobig_false;
1194 contended_region ->init_req(fall_in_path, toobig_false);

Completed in 46 milliseconds