Home | History | Annotate | Download | only in x64

Lines Matching refs:pc_

1407   int pc_offset() const { return static_cast<int>(pc_ - buffer_); }
1415 return pc_ >= reloc_info_writer.pos() - kGap;
1420 return static_cast<int>(reloc_info_writer.pos() - pc_);
1447 void emit(byte x) { *pc_++ = x; }
1615 // record reloc info for current pc_
1630 byte* pc_; // the program counter; moves forward