Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc414 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified() function
437 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()
1464 if (IsMethodUnverified(codegen_->GetCompilerOptions(), method)) { in IsInliningAllowed()