Home | History | Annotate | Download | only in x87

Lines Matching defs:pc_offset

36     int pc_offset = deopt_data->Pc(i)->value();
37 if (pc_offset == -1) continue;
38 pc_offset = pc_offset + 1; // We will encode the pc offset after the call.
39 DCHECK_GE(pc_offset, prev_pc_offset);
40 int pc_delta = pc_offset - prev_pc_offset;
49 prev_pc_offset = pc_offset;
377 __ push(Operand(ebx, FrameDescription::pc_offset()));
399 int start = masm()->pc_offset();
403 DCHECK(masm()->pc_offset() - start == table_entry_size_);