Home
last modified time | relevance | path

Searched refs:saw_try_boundary (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2807 const bool saw_try_boundary = last->IsTryBoundary(); in InlineInto() local
2808 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()