Searched refs:catch_env (Results 1 – 1 of 1) sorted by relevance
72 SsaEnv* catch_env; member75 explicit TryInfo(SsaEnv* c) : catch_env(c) {} in TryInfo()167 SsaEnv* catch_env = Split(decoder, outer_env); in Try() local170 catch_env->state = SsaEnv::kUnreachable; in Try()173 TryInfo* try_info = new (decoder->zone()) TryInfo(catch_env); in Try()431 SsaEnv* catch_env = block->try_info->catch_env; in CatchException() local432 SetEnv(catch_env); in CatchException()569 Goto(decoder, exception_env, try_info->catch_env); in CheckForException()572 DCHECK_EQ(SsaEnv::kReached, try_info->catch_env->state); in CheckForException()575 DCHECK_EQ(SsaEnv::kMerged, try_info->catch_env->state); in CheckForException()[all …]