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

/openjdk9/hotspot/src/share/vm/runtime/
H A Drelocator.cpp74 bool handle_code_change(Relocator *r) { return r->handle_widen(bci(), _new_ilen, _inst_buffer); }; function in class:ChangeWiden
87 bool handle_code_change(Relocator *r) { return r->handle_jump_widen(bci(), _delta); }; function in class:ChangeJumpWiden
116 bool handle_code_change(Relocator *r) { return r->handle_switch_pad(bci(), _padding, _is_lookup_switch); }; function in class:ChangeSwitchPad

Completed in 10 milliseconds