Home | History | Annotate | Download | only in x64

Lines Matching refs:pc_

165   CodePatcher patcher(pc_, code_size);
191 *(pc_ + i) = *(instructions + i);
195 CPU::FlushICache(pc_, instruction_count);
388 pc_ = buffer_;
389 reloc_info_writer.Reposition(buffer_ + buffer_size, pc_);
414 ASSERT(pc_ <= reloc_info_writer.pos()); // No overlap.
535 pc_ += pc_delta;
561 pc_[0] = adr.buf_[0] | code << 3;
564 for (unsigned i = 1; i < length; i++) pc_[i] = adr.buf_[i];
565 pc_ += length;
916 Address source = pc_ + 4;
3011 RelocInfo rinfo(pc_, rmode, data, NULL);