Searched refs:ShouldCompileMethod (Results 1 – 3 of 3) sorted by relevance
79 bool ShouldCompileMethod(const MethodReference& ref);
204 bool DexToDexCompiler::ShouldCompileMethod(const MethodReference& ref) { in ShouldCompileMethod() function in art::optimizer::DexToDexCompiler
493 if (compiler->ShouldCompileMethod(method_ref)) { in CompileMethodDex2Dex()