Home | History | Annotate | Download | only in ia32

Lines Matching refs:Pc

59     int pc_offset = deopt_data->Pc(i)->value();
64 // if encodable with small pc delta encoding and up to 6 bytes
150 if (deopt_data->Pc(i)->value() == -1) continue;
152 Address call_address = code_start_address + deopt_data->Pc(i)->value();
385 // There are no translation commands for the caller's pc and fp, the
395 name = "caller's pc";
434 uint32_t pc = reinterpret_cast<uint32_t>(
436 output_[0]->SetPc(pc);
448 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
489 // Read caller's PC from the previous frame.
494 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
542 uint32_t pc = reinterpret_cast<uint32_t>(
545 output_frame->SetPc(pc);
587 // Read caller's PC from the previous frame.
592 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
655 uint32_t pc = reinterpret_cast<uint32_t>(
658 output_frame->SetPc(pc);
715 // There are no translation commands for the caller's pc and fp, the
719 // The caller's pc for the bottommost output frame is the same as in the
721 // previous one. This frame's pc can be computed from the non-optimized
733 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
796 // Compute this frame's PC, state, and continuation.
980 // Push state, pc, and continuation from the last output frame.