Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h329 bool ShouldCompileBasedOnProfile(const MethodReference& method_ref) const;
Dcompiler_driver.cc590 driver->ShouldCompileBasedOnProfile(method_ref); in CompileMethod()
968 bool CompilerDriver::ShouldCompileBasedOnProfile(const MethodReference& method_ref) const { in ShouldCompileBasedOnProfile() function in art::CompilerDriver