Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.cc402 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
H A Dnodes.h2300 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function