Home
last modified time | relevance | path

Searched defs:AlwaysThrows (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc415 static bool AlwaysThrows(ArtMethod* method) in AlwaysThrows() function
Dnodes.h2339 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function