Home | History | Annotate | Download | only in mips

Lines Matching refs:deopt_data

61   DeoptimizationInputData* deopt_data =
66 for (int i = 0; i < deopt_data->DeoptCount(); i++) {
67 if (deopt_data->Pc(i)->value() == -1) continue;
68 Address call_address = code_start_address + deopt_data->Pc(i)->value();