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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp684 const int add_bci = goto_length + goto_w_length; local
686 if (!relocate_code(bci, 3, /*delta*/add_bci)) return false;
694 short_at_put(cbci + 1, add_bci);

Completed in 90 milliseconds