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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp68 bool handle_jump_widen (int bci, int delta); // handles jumps
H A Drelocator.cpp86 bool handle_code_change(Relocator *r) { return r->handle_jump_widen(bci(), _delta); };
651 bool Relocator::handle_jump_widen(int bci, int delta) { function in class:Relocator

Completed in 151 milliseconds