Lines Matching defs:Relocator

46    virtual bool handle_code_change(Relocator *r) = 0;
73 bool handle_code_change(Relocator *r) { return r->handle_widen(bci(), _new_ilen, _inst_buffer); };
86 bool handle_code_change(Relocator *r) { return r->handle_jump_widen(bci(), _delta); };
115 bool handle_code_change(Relocator *r) { return r->handle_switch_pad(bci(), _padding, _is_lookup_switch); };
125 // Relocator code
127 Relocator::Relocator(methodHandle m, RelocatorListener* listener) {
144 methodHandle Relocator::insert_space_at(int bci, int size, u_char inst_buffer[], TRAPS) {
175 bool Relocator::handle_code_changes() {
199 bool Relocator::is_opcode_lookupswitch(Bytecodes::Code bc) {
212 int Relocator::rc_instr_len(int bci) {
250 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) {
268 void Relocator::push_jump_widen(int bci, int delta, int new_delta) {
281 void Relocator::change_jump(int bci, int offset, bool is_short, int break_bci, int delta) {
306 void Relocator::change_jumps(int break_bci, int delta) {
394 void Relocator::adjust_exception_table(int bci, int delta) {
410 void Relocator::adjust_line_no_table(int bci, int delta) {
426 void Relocator::adjust_local_var_table(int bci, int delta) {
465 void Relocator::adjust_stack_map_table(int bci, int delta) {
558 bool Relocator::expand_code_array(int delta) {
590 bool Relocator::relocate_code(int bci, int ilen, int delta) {
637 bool Relocator::handle_widen(int bci, int new_ilen, u_char inst_buffer[]) {
651 bool Relocator::handle_jump_widen(int bci, int delta) {
729 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) {