Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc304 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile);
587 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() argument
633 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput()
670 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr); in TestDexFileInput()
/art/dex2oat/driver/
Dcompiler_driver.cc2576 bool use_profile = CompilerFilter::DependsOnProfile(compiler_options.GetCompilerFilter()); in CompileDexFile() local
2577 ProfileCompilationInfo::ProfileIndexType profile_index = (have_profile && use_profile) in CompileDexFile()