Searched refs:IsMethodUnverified (Results 1 – 1 of 1) sorted by relevance
383 static bool IsMethodUnverified(const CompilerOptions& compiler_options, ArtMethod* method) in IsMethodUnverified() function406 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()1338 if (IsMethodUnverified(codegen_->GetCompilerOptions(), method)) { in IsInliningAllowed()