Home | History | Annotate | Download | only in compiler

Lines Matching defs:env

62   Environment env(this, scope, graph()->start());
63 set_environment(&env);
153 StructuredGraphBuilder::Environment* env) {
154 return new (zone()) Environment(*reinterpret_cast<Environment*>(env));
498 StructuredGraphBuilder::Environment* env = environment()->CopyAsUnreachable();
500 set_environment(env);
505 StructuredGraphBuilder::Environment* env = environment()->CopyAsUnreachable();
507 set_environment(env);