Home | History | Annotate | Download | only in arm

Lines Matching refs:deopt_data

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