Lines Matching refs:env
916 // Merge the current env into the target handler's env.
1368 void SetEnv(SsaEnv* env) {
1371 if (env) {
1372 switch (env->state) {
1384 PrintF("{set_env = %p, state = %c", env, state);
1385 if (env && env->control) {
1387 compiler::WasmGraphBuilder::PrintDebugName(env->control);
1395 ssa_env_ = env;
1396 builder_->SetEffectControl(env->effect, env->control);
1397 builder_->set_instance_cache(&env->instance_cache);