Lines Matching defs:pc
2875 Address pc = code->address() + offset;
2876 return Smi::FromInt(code->SourcePosition(pc));
3091 Address pc = generator_object->function()->code()->instruction_start();
3094 frame->set_pc(pc + offset);
8559 if (code_->contains(frame->pc())) has_code_activations_ = true;
8812 // Passing the PC in the javascript frame from the caller directly is
8816 if (!caller_code->contains(frame->pc())) {
8823 frame->pc() - caller_code->instruction_start());
8828 DCHECK(caller_code->contains(frame->pc()));
11213 : frame_->LookupCode()->SourcePosition(frame_->pc());
12028 // pc points to the instruction after the current one, possibly a break
12030 break_location_iterator.FindBreakLocationFromAddress(frame->pc() - 1);
12321 int source_position = shared_info->code()->SourcePosition(frame_->pc());
12399 break_location_iterator.FindBreakLocationFromAddress(frame->pc() - 1);
12404 if (break_location_iterator.pc() > frame->pc()) {
12408 // The break point is near our pc. Could be a step-in possibility,
13753 static_cast<int>(it.rinfo()->pc() - code->instruction_start());
14662 // Returns generator continuation as a PC offset, or the magic -1 or 0 values.
14682 Address pc = code->address() + offset;
14684 return Smi::FromInt(code->SourcePosition(pc));