Home | History | Annotate | Download | only in ppc

Lines Matching refs:environment

52     environment()->PrintTo(stream);
603 // Thus we still need to attach environment to this call even if
609 // We can't really figure out if the environment is needed or not.
610 instr->environment()->set_has_been_used();
769 // We have a single predecessor => copy environment and outgoing
775 // Only copy the environment, if it is later used again.
790 // No need to copy the environment, it cannot be used later.
2419 if (instr->environment()->is_parameter_index(env_index)) {
2422 spill_index = env_index - instr->environment()->first_local_index();