Lines Matching refs:environment
1805 // Replay effects of this instruction on the given environment.
1943 NORMAL_RETURN, // Drop the function from the environment on return.
3424 // Replay effects of this instruction on the given environment.
3435 // the environment. This method is here as an explicit reminder.
5352 HEnvironment *environment() { return environment_; }
5363 HUnknownOSRValue(HEnvironment* environment, int index)
5364 : environment_(environment),