Home | History | Annotate | Download | only in optimizing

Lines Matching refs:environment

92   for (HEnvironment* environment = instruction->GetEnvironment();
93 environment != nullptr;
94 environment = environment->GetParent()) {
95 for (size_t i = 0, e = environment->Size(); i < e; ++i) {
96 if (environment->GetInstructionAt(i) != nullptr) {
97 environment->RemoveAsUserOfInput(i);
687 // Look at the suspend check's environment to determine if the loop was inlined.
763 // Environment should be created later.
1996 // Update the environments in this graph to have the invoke's environment
2136 // - Remove suspend checks, that hold an environment.
2316 // environment.
2323 // checking to see if there is any instruction with an environment.
2327 // the referenced environment.
2358 // If we need an environment, that means there will be a call, which can trigger GC.