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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.hpp90 fall_through_bci = -1 enumerator in enum:ciBlock::__anon142
H A DbcEscapeAnalyzer.cpp973 int fall_through_bci = s.cur_bci(); local
974 if (fall_through_bci < _method->code_size()) {
975 assert(_methodBlocks->is_block_start(fall_through_bci), "must fall through to block start.");
976 successors.push(_methodBlocks->block_containing(fall_through_bci));

Completed in 32 milliseconds