Home | History | Annotate | Download | only in x87

Lines Matching refs:env_index

2526   int env_index = instr->index();
2528 if (instr->environment()->is_parameter_index(env_index)) {
2529 spill_index = chunk()->GetParameterStackSlot(env_index);
2531 spill_index = env_index - instr->environment()->first_local_index();