Home | History | Annotate | Download | only in mips64

Lines Matching refs:env_index

2323   int env_index = instr->index();
2325 if (instr->environment()->is_parameter_index(env_index)) {
2326 spill_index = chunk()->GetParameterStackSlot(env_index);
2328 spill_index = env_index - instr->environment()->first_local_index();