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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1401 } else if (pb->num_fall_throughs() == 2) {
1770 //------------------------------num_fall_throughs-----------------------------
1772 int Block::num_fall_throughs() { function in class:Block
1876 assert(num_fall_throughs() == 2, "must be a two way branch block");

Completed in 38 milliseconds