Home | History | Annotate | Download | only in mips64

Lines Matching refs:fixup_pos

888     int fixup_pos = L->pos();
889 int dist = pos - fixup_pos;
892 // fixup_pos.
893 Instr instr = instr_at(fixup_pos);
895 target_at_put(fixup_pos, pos, is_internal);
901 trampoline_pos = get_trampoline_entry(fixup_pos);
904 CHECK((trampoline_pos - fixup_pos) <= branch_offset);
905 target_at_put(fixup_pos, trampoline_pos, false);
906 fixup_pos = trampoline_pos;
908 target_at_put(fixup_pos, pos, false);
912 target_at_put(fixup_pos, pos, false);