Home | History | Annotate | Download | only in src

Lines Matching refs:new_code

3447   Code* new_code = Code::cast(result);
3450 new_code->Relocate(new_addr - old_addr);
3451 return new_code;
3491 Code* new_code = Code::cast(result);
3492 new_code->set_relocation_info(ByteArray::cast(reloc_info_array));
3495 memcpy(new_code->relocation_start(), reloc_info.start(), reloc_info.length());
3500 new_code->Relocate(new_addr - old_addr);
3507 return new_code;