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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp672 const int goto_length = Bytecodes::length_for(Bytecodes::_goto); local
676 assert (short_at(bci+1) != ilen+goto_length, "if relocation already handled"); local
684 const int add_bci = goto_length + goto_w_length;
689 short_at_put(bci + 1, ilen + goto_length);
696 cbci = cbci + goto_length;
701 delta -= ilen+goto_length; // branch starts at goto_w offset

Completed in 1704 milliseconds