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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp240 void _goto(int from_bci, int to_bci);
H A Dc1_GraphBuilder.cpp1164 void GraphBuilder::_goto(int from_bci, int to_bci) { argument
1165 Goto *x = new Goto(block_at(to_bci), to_bci <= from_bci);

Completed in 32 milliseconds