Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc449 bool throw_seen = false; in AlwaysThrows() local
459 throw_seen = true; in AlwaysThrows()
465 return throw_seen; in AlwaysThrows()