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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp691 int cbci = bci + ilen; local
693 code_at_put(cbci, Bytecodes::_goto);
694 short_at_put(cbci + 1, add_bci);
696 cbci = cbci + goto_length;
697 code_at_put(cbci, Bytecodes::_goto_w);
703 int_at_put(cbci + 1, delta);

Completed in 812 milliseconds