Lines Matching defs:TryInfo
87 struct TryInfo : public ZoneObject {
93 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(TryInfo);
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {}
101 TryInfo* try_info = nullptr; // information about try statements.
283 TryInfo* try_info = decoder->zone()->New<TryInfo>(catch_env);
893 // false environment as the new {TryInfo::catch_env} here.
926 TryInfo* target_try = decoder->control_at(depth)->try_info;
1337 TryInfo* current_try_info(FullDecoder* decoder) {
1435 TryInfo* try_info = current_try_info(decoder);