Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.h199 bool ShouldCompileBasedOnProfile(const MethodReference& method_ref) const;
H A Dcompiler_driver.cc470 driver->ShouldCompileBasedOnProfile(method_ref); in CompileMethodQuick()
485 bool violation = driver->ShouldCompileBasedOnProfile(method_ref) && in CompileMethodQuick()
862 bool CompilerDriver::ShouldCompileBasedOnProfile(const MethodReference& method_ref) const { in ShouldCompileBasedOnProfile() function in art::CompilerDriver