Home | History | Annotate | Download | only in mips

Lines Matching refs:Pc

67     if (deopt_data->Pc(i)->value() == -1) continue;
68 Address call_address = code_start_address + deopt_data->Pc(i)->value();
284 // There are no translation commands for the caller's pc and fp, the
294 name = "caller's pc";
334 uint32_t pc = reinterpret_cast<uint32_t>(
336 output_[0]->SetPc(pc);
347 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
388 // Read caller's PC from the previous frame.
393 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
441 uint32_t pc = reinterpret_cast<uint32_t>(
444 output_frame->SetPc(pc);
486 // Read caller's PC from the previous frame.
491 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
563 uint32_t pc = reinterpret_cast<uint32_t>(
566 output_frame->SetPc(pc);
626 // There are no translation commands for the caller's pc and fp, the
630 // The caller's pc for the bottommost output frame is the same as in the
632 // previous one. This frame's pc can be computed from the non-optimized
644 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; caller's pc\n",
709 // Compute this frame's PC, state, and continuation.
923 // Push state, pc, and continuation from the last output frame.
949 __ pop(at); // Get continuation, leave pc on stack.