Home | History | Annotate | Download | only in src

Lines Matching refs:Pc

10175 int Code::SourcePosition(Address pc) {
10184 // Only look at positions after the current pc.
10185 if (it.rinfo()->pc() < pc) {
10188 int dist = static_cast<int>(pc - it.rinfo()->pc());
10207 int Code::SourceStatementPosition(Address pc) {
10210 int position = SourcePosition(pc);
10227 SafepointEntry Code::GetSafepointEntry(Address pc) {
10229 return table.FindEntry(pc);
10379 IC::Clear(this->GetIsolate(), info->pc(),
10596 bool Code::CanDeoptAt(Address pc) {
10601 if (deopt_data->Pc(i)->value() == -1) continue;
10602 Address address = code_start_address + deopt_data->Pc(i)->value();
10603 if (address == pc) return true;
10630 os << " index ast id argc pc";
10638 ArgumentsStackHeight(i)->value(), Pc(i)->value());
10791 os << "ast id pc state\n";