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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp149 ciBlock *fall_through = make_block_at(s.next_bci()); local
H A DbcEscapeAnalyzer.cpp354 bool fall_through = false; local
363 fall_through = true;
760 fall_through = false;
770 fall_through = false;
776 fall_through = false;
780 fall_through = false;
797 fall_through = false;
814 fall_through = false;
820 fall_through = false;
825 fall_through
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1135 bool fall_through = jump_targets_do(&itr, GenerateOopMap::merge_state, NULL); local
1139 assert(!fall_through, "cannot be set if ret instruction");
1142 } else if (fall_through) {

Completed in 291 milliseconds