Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc418 static bool ShouldCompileBasedOnProfile(const CompilerOptions& compiler_options, in ShouldCompileBasedOnProfile() function
508 compile = compile && ShouldCompileBasedOnProfile(compiler_options, profile_index, method_ref); in CompileMethodQuick()
522 DCHECK(ShouldCompileBasedOnProfile(compiler_options, profile_index, method_ref)); in CompileMethodQuick()