Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc433 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
Dnodes.h2189 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4405 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); } in AlwaysThrows() function
7221 bool AlwaysThrows() const override { return true; } in AlwaysThrows() function