Home | History | Annotate | Download | only in optimizing

Lines Matching refs:try_entry

98           const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry();
99 if (try_entry.HasExceptionHandler(*current_block_)) {
173 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry();
174 for (HBasicBlock* catch_block : try_entry.GetExceptionHandlers()) {