Searched refs:IsMethodToCompile (Results 1 – 2 of 2) sorted by relevance
320 bool IsMethodToCompile(const MethodReference& method_ref) const;
641 driver->IsMethodToCompile(method_ref) && in CompileMethodQuick()977 bool CompilerDriver::IsMethodToCompile(const MethodReference& method_ref) const { in IsMethodToCompile() function in art::CompilerDriver