Searched refs:saw_try_boundary (Results 1 – 1 of 1) sorted by relevance
2807 const bool saw_try_boundary = last->IsTryBoundary(); in InlineInto() local2808 if (saw_try_boundary) { in InlineInto()2817 DCHECK(!saw_try_boundary) << "We don't support inlining of try blocks into try blocks."; in InlineInto()2876 if (saw_try_boundary) { in InlineInto()