Home | History | Annotate | Download | only in x64

Lines Matching refs:deopt_data

72   DeoptimizationInputData* deopt_data =
74 for (int i = 0; i < deopt_data->DeoptCount(); i++) {
75 if (deopt_data->Pc(i)->value() == -1) continue;
77 Address call_address = instruction_start + deopt_data->Pc(i)->value();