Home | History | Annotate | Download | only in mips

Lines Matching refs:pc_

935   int32_t pc_offset() const { return pc_ - buffer_; }
946 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
949 inline int available_space() const { return reloc_info_writer.pos() - pc_; }
1023 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; }
1034 // Record reloc info for current pc_.
1098 byte* pc_; // The program counter - moves forward.