Home | History | Annotate | Download | only in mips

Lines Matching defs:pc_offset

737     return (pc_offset() - l->pos()) / kInstrSize;
773 int32_t pc_offset() const { return pc_ - buffer_; }
779 if (last_bound_pos_ > pc_offset() - instructions * kInstrSize) return false;
847 // Block the emission of the trampoline pool before pc_offset.
848 void BlockTrampolinePoolBefore(int pc_offset) {
849 if (no_trampoline_pool_before_ < pc_offset)
850 no_trampoline_pool_before_ = pc_offset;