Home | History | Annotate | Download | only in x64

Lines Matching refs:Pc

75     if (deopt_data->Pc(i)->value() == -1) continue;
77 Address call_address = instruction_start + deopt_data->Pc(i)->value();
271 // There are no translation commands for the caller's pc and fp, the
281 name = "caller's pc";
321 intptr_t pc = reinterpret_cast<intptr_t>(
323 output_[0]->SetPc(pc);
335 PrintF(" => pc=0x%0" V8PRIxPTR "]\n", output_[0]->GetPc());
376 // Read caller's PC from the previous frame.
382 V8PRIxPTR " ; caller's pc\n",
479 // Read caller's PC from the previous frame.
485 V8PRIxPTR " ; caller's pc\n",
554 intptr_t pc = reinterpret_cast<intptr_t>(
557 output_frame->SetPc(pc);
614 // There are no translation commands for the caller's pc and fp, the
618 // The caller's pc for the bottommost output frame is the same as in the
620 // previous one. This frame's pc can be computed from the non-optimized
633 V8PRIxPTR " ; caller's pc\n",
699 // Compute this frame's PC, state, and continuation.
914 // Push state, pc, and continuation from the last output frame.