Searched full:cflowexchandlerinfo (Results 1 – 5 of 5) sorted by relevance
42 struct CflowExcHandlerInfo { struct77 const PandaVector<CflowExcHandlerInfo> &ExcHandlers() const in ExcHandlers()88 PandaVector<CflowExcHandlerInfo> ExcHandlers_;
61 for (const CflowExcHandlerInfo &handler : cflow_info.ExcHandlers()) { in IsExceptionHanlderStart()100 for (const CflowExcHandlerInfo &handler : cflow_info.ExcHandlers()) { in CheckInvalidCatchBlockEnter()
141 PandaVector<CflowExcHandlerInfo> *exc_handlers, LibCache &cache) in ProcessCatchBlocks()
148 void ComputeRegContext(CflowExcHandlerInfo const &exc_handler, VerificationContext &verifCtx, RegCo… in ComputeRegContext()206 VerificationStatus VerifyExcHandler(CflowExcHandlerInfo const &exc_handler, VerificationContext &ve… in ComputeRegContext()260 std::vector<CflowExcHandlerInfo const *> sorted_handlers; in VerifyMethod()
606 CflowExcHandlerInfo: