Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h431 bool IsMethodToCompile(const MethodReference& method_ref) const;
Dcompiler_driver.cc625 driver->IsMethodToCompile(method_ref) && in CompileMethod()
959 bool CompilerDriver::IsMethodToCompile(const MethodReference& method_ref) const { in IsMethodToCompile() function in art::CompilerDriver