Home | History | Annotate | Download | only in compiler

Lines Matching defs:pc_offset

84   info->set_prologue_offset(masm()->pc_offset());
188 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
189 while (masm()->pc_offset() < target_offset) {
224 table->SetReturnOffset(static_cast<int>(i), handlers_[i].pc_offset);
481 data->SetPc(i, Smi::FromInt(deoptimization_state->pc_offset()));
507 handlers_.push_back({caught, GetLabel(handler_rpo), masm()->pc_offset()});
517 int pc_offset = masm()->pc_offset();
518 int deopt_state_id = BuildTranslation(instr, pc_offset, frame_state_offset,
677 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset,
694 descriptor->bailout_id(), translation.index(), pc_offset));
789 last_lazy_deopt_pc_ = masm()->pc_offset();