Home | History | Annotate | Download | only in mips

Lines Matching refs:fixup_pos

923     int32_t fixup_pos = L->pos();
924 int32_t dist = pos - fixup_pos;
927 // fixup_pos.
928 Instr instr = instr_at(fixup_pos);
930 target_at_put(fixup_pos, pos, is_internal);
936 trampoline_pos = get_trampoline_entry(fixup_pos);
939 CHECK((trampoline_pos - fixup_pos) <= branch_offset);
940 target_at_put(fixup_pos, trampoline_pos, false);
941 fixup_pos = trampoline_pos;
943 target_at_put(fixup_pos, pos, false);
945 target_at_put(fixup_pos, pos, false);