Home | History | Annotate | Download | only in x64

Lines Matching refs:environment

57     environment()->PrintTo(stream);
626 // Thus we still need to attach environment to this call even if
633 // We can't really figure out if the environment is needed or not.
634 instr->environment()->set_has_been_used();
779 // We have a single predecessor => copy environment and outgoing
785 // Only copy the environment, if it is later used again.
800 // No need to copy the environment, it cannot be used later.
2502 if (instr->environment()->is_parameter_index(env_index)) {
2505 spill_index = env_index - instr->environment()->first_local_index();