Home | History | Annotate | Download | only in x87

Lines Matching refs:environment

84     environment()->PrintTo(stream);
648 // Thus we still need to attach environment to this call even if
655 // We can't really figure out if the environment is needed or not.
656 instr->environment()->set_has_been_used();
792 // We have a single predecessor => copy environment and outgoing
798 // Only copy the environment, if it is later used again.
813 // No need to copy the environment, it cannot be used later.
2513 if (instr->environment()->is_parameter_index(env_index)) {
2516 spill_index = env_index - instr->environment()->first_local_index();