Home | History | Annotate | Download | only in compiler

Lines Matching defs:pc_offset

94   info->set_prologue_offset(masm()->pc_offset());
131 unwinding_info_writer_.BeginInstructionBlock(masm()->pc_offset(), block);
204 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
205 while (masm()->pc_offset() < target_offset) {
223 unwinding_info_writer_.Finish(masm()->pc_offset());
242 table->SetReturnOffset(static_cast<int>(i), handlers_[i].pc_offset);
494 source_position_table_builder_.AddPosition(masm()->pc_offset(),
605 data->SetPc(i, Smi::FromInt(deoptimization_state->pc_offset()));
630 handlers_.push_back({GetLabel(handler_rpo), masm()->pc_offset()});
640 int pc_offset = masm()->pc_offset();
641 int deopt_state_id = BuildTranslation(instr, pc_offset, frame_state_offset,
828 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset,
846 descriptor->bailout_id(), translation.index(), pc_offset, entry.kind(),
978 last_lazy_deopt_pc_ = masm()->pc_offset();