Home | History | Annotate | Download | only in src

Lines Matching defs:pc

149   SafepointEntry safepoint_entry = code->GetSafepointEntry(frame->pc());
163 frame->pc(),
336 // Make sure all activations of optimized code can deopt at their current PC.
353 SafepointEntry safepoint = code->GetSafepointEntry(it.frame()->pc());
710 // TODO(kasperl): For now, we do a simple linear search for the PC
720 os << "[couldn't find pc offset for node=" << id.ToInt() << "]\n"
724 FATAL("unable to find pc offset during deoptimization");
861 " @%d => node=%d, pc=0x%08" V8PRIxPTR ", state=%s, alignment=%s,"
947 // There are no translation commands for the caller's pc and fp, the
951 // The caller's pc for the bottommost output frame is the same as in the
953 // previous one. This frame's pc can be computed from the non-optimized
967 V8PRIxPTR " ; caller's pc\n",
1071 // Compute this frame's PC, state, and continuation.
1151 // Read caller's PC from the previous frame.
1158 V8PRIxPTR " ; caller's pc\n",
1285 // Read caller's PC from the previous frame.
1292 V8PRIxPTR " ; caller's pc\n",
1393 intptr_t pc = reinterpret_cast<intptr_t>(
1396 output_frame->SetPc(pc);
1448 // Read caller's PC from the previous frame.
1455 " ; caller's pc\n",
1536 intptr_t pc = reinterpret_cast<intptr_t>(
1538 output_frame->SetPc(pc);
1619 // Read caller's PC (JSFunction continuation) from the input frame.
1627 V8PRIxPTR " ; caller's pc\n",
1780 // Compute this frame's PC, state, and continuation.
3603 Address pc = reinterpret_cast<Address>(output_frame->GetPc());
3604 Code* code = Code::cast(deoptimizer->isolate()->FindCodeObject(pc));
3605 source_position_ = code->SourcePosition(pc);