Home | History | Annotate | Download | only in optimizing

Lines Matching refs:environment

107               HEnvironment* environment,
112 environment_(environment),
116 DCHECK(environment == nullptr || user == nullptr);
235 DCHECK(first_env_use_ == nullptr) << "A temporary cannot have environment user";
238 instruction, /* environment */ nullptr, temp_index, position, first_use_);
242 // Record use of an input. The use will be recorded as an environment use if
243 // `environment` is not null and as register use otherwise. If `actual_user`
246 HEnvironment* environment,
250 bool is_environment = (environment != nullptr);
287 instruction, nullptr /* environment */, input_index, position, cursor->GetNext());
297 nullptr /* instruction */, environment, input_index, position, first_env_use_);
300 instruction, nullptr /* environment */, input_index, position, first_use_);
304 // If this environment use does not keep the instruction live, it does not
339 instruction, /* environment */ nullptr, input_index, block->GetLifetimeEnd(), first_use_);
1048 /* environment */ nullptr,
1134 * (a) Non-environment uses of an instruction always make
1136 * (b) Environment uses of an instruction whose type is
1140 * (c) When the graph has the debuggable property, environment uses
1142 * If the graph does not have the debuggable property, the environment