Lines Matching refs:environment
193 input->GetLiveInterval()->AddUse(current, /* environment */ nullptr, i, actual_user);
223 // Inputs of catch phis will be kept alive through their environment
261 // Process the environment first, because we know their uses come after
263 for (HEnvironment* environment = current->GetEnvironment();
264 environment != nullptr;
265 environment = environment->GetParent()) {
266 // Handle environment uses. See statements (b) and (c) of the
268 for (size_t i = 0, e = environment->Size(); i < e; ++i) {
269 HInstruction* instruction = environment->GetInstructionAt(i);
277 current, environment, i, /* actual_user */ nullptr, should_be_live);