Searched refs:IsMethodToCompile (Results 1 – 2 of 2) sorted by relevance
431 bool IsMethodToCompile(const MethodReference& method_ref) const;
625 driver->IsMethodToCompile(method_ref) && in CompileMethod()959 bool CompilerDriver::IsMethodToCompile(const MethodReference& method_ref) const { in IsMethodToCompile() function in art::CompilerDriver