Searched refs:try_catch_information_ (Results 1 – 2 of 2) sorted by relevance
982 try_catch_information_(nullptr) { in graph_()1280 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; } in GetTryCatchInformation()1283 try_catch_information_ = try_catch_information; in SetTryCatchInformation()1287 return try_catch_information_ != nullptr && try_catch_information_->IsTryBlock(); in IsTryBlock()1291 return try_catch_information_ != nullptr && try_catch_information_->IsCatchBlock(); in IsCatchBlock()1330 TryCatchInformation* try_catch_information_; variable
1950 DCHECK(try_catch_information_->GetTryEntry().HasSameExceptionHandlersAs(*try_boundary)); in ComputeTryEntryOfSuccessors()1954 return &try_catch_information_->GetTryEntry(); in ComputeTryEntryOfSuccessors()