Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.cc383 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified() function
406 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()
1338 if (IsMethodUnverified(codegen_->GetCompilerOptions(), method)) { in IsInliningAllowed()