Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h320 bool IsMethodToCompile(const MethodReference& method_ref) const;
Dcompiler_driver.cc641 driver->IsMethodToCompile(method_ref) && in CompileMethodQuick()
977 bool CompilerDriver::IsMethodToCompile(const MethodReference& method_ref) const { in IsMethodToCompile() function in art::CompilerDriver