Home | History | Annotate | Download | only in arm

Lines Matching refs:rinfo

2479     RelocInfo& rinfo = pending_reloc_info_[i];
2480 ASSERT(rinfo.rmode() != RelocInfo::COMMENT &&
2481 rinfo.rmode() != RelocInfo::POSITION);
2482 if (rinfo.rmode() != RelocInfo::JS_RETURN) {
2483 rinfo.set_pc(rinfo.pc() + pc_delta);
2513 RelocInfo rinfo(pc_, rmode, data, NULL);
2526 pending_reloc_info_[num_pending_reloc_info_++] = rinfo;
2531 if (rinfo.rmode() != RelocInfo::NONE) {
2549 reloc_info_writer.Write(&rinfo);
2627 RelocInfo& rinfo = pending_reloc_info_[i];
2628 ASSERT(rinfo.rmode() != RelocInfo::COMMENT &&
2629 rinfo.rmode() != RelocInfo::POSITION &&
2630 rinfo.rmode() != RelocInfo::STATEMENT_POSITION);
2632 Instr instr = instr_at(rinfo.pc());
2637 int delta = pc_ - rinfo.pc() - kPcLoadDelta;
2644 instr_at_put(rinfo.pc(), SetLdrRegisterImmediateOffset(instr, delta));
2645 emit(rinfo.data());