Lines Matching refs:catch_env
88 SsaEnv* catch_env;
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {}
277 SsaEnv* catch_env = Split(decoder->zone(), outer_env);
280 catch_env->state = SsaEnv::kUnreachable;
283 TryInfo* try_info = decoder->zone()->New<TryInfo>(catch_env);
881 SetEnv(block->try_info->catch_env);
893 // false environment as the new {TryInfo::catch_env} here.
898 block->try_info->catch_env = if_no_catch_env;
917 SetEnv(block->try_info->catch_env);
932 Goto(decoder, target_try->catch_env);
935 if (target_try->catch_env->state == SsaEnv::kReached) {
938 DCHECK_EQ(target_try->catch_env->state, SsaEnv::kMerged);
940 MachineRepresentation::kTagged, target_try->catch_env->control,
958 SetEnv(block->try_info->catch_env);
1436 Goto(decoder, try_info->catch_env);
1438 DCHECK_EQ(SsaEnv::kReached, try_info->catch_env->state);
1441 DCHECK_EQ(SsaEnv::kMerged, try_info->catch_env->state);
1443 MachineRepresentation::kTaggedPointer, try_info->catch_env->control,