Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc448 bool throw_seen = false; in AlwaysThrows() local
458 throw_seen = true; in AlwaysThrows()
464 return throw_seen; in AlwaysThrows()