Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.h202 bool ShouldCompileBasedOnProfile(const MethodReference& method_ref) const;
Dcompiler_driver.cc589 driver->ShouldCompileBasedOnProfile(method_ref); in CompileMethodQuick()
604 bool violation = driver->ShouldCompileBasedOnProfile(method_ref) && in CompileMethodQuick()
948 bool CompilerDriver::ShouldCompileBasedOnProfile(const MethodReference& method_ref) const { in ShouldCompileBasedOnProfile() function in art::CompilerDriver