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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp46 virtual bool handle_code_change(Relocator *r) = 0;
73 bool handle_code_change(Relocator *r) { return r->handle_widen(bci(), _new_ilen, _inst_buffer); }; function in class:ChangeWiden
86 bool handle_code_change(Relocator *r) { return r->handle_jump_widen(bci(), _delta); }; function in class:ChangeJumpWiden
115 bool handle_code_change(Relocator *r) { return r->handle_switch_pad(bci(), _padding, _is_lookup_switch); }; function in class:ChangeSwitchPad
187 if (!ci->handle_code_change(this)) return false;

Completed in 24 milliseconds