Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat.cpp84 bool background_job_compile, in Initialize() argument
97 background_job_compile); in Initialize()
279 bool background_job_compile) { in PrepareCompilerRuntimeAndPerfConfigFlags() argument
289 : (background_job_compile in PrepareCompilerRuntimeAndPerfConfigFlags()
308 : (background_job_compile in PrepareCompilerRuntimeAndPerfConfigFlags()
Drun_dex2oat.h54 bool background_job_compile,
82 bool background_job_compile);
Drun_dex2oat_test.cpp118 bool background_job_compile = false; member
263 args->background_job_compile, in CallRunDex2Oat()
385 args->background_job_compile = true; in TEST_F()
397 args->background_job_compile = true; in TEST_F()
497 args->background_job_compile = true; in TEST_F()
509 args->background_job_compile = true; in TEST_F()
Ddexopt.h149 bool background_job_compile,
Ddexopt.cpp273 bool background_job_compile) { in select_execution_binary() argument
277 background_job_compile, in select_execution_binary()
290 bool background_job_compile, in select_execution_binary() argument
295 bool is_debug_bg_job = background_job_compile && is_debuggable_build && !is_release; in select_execution_binary()
1826 bool background_job_compile = (dexopt_flags & DEXOPT_IDLE_BACKGROUND_JOB) != 0; in dexopt() local
1957 background_job_compile); in dexopt()
1969 background_job_compile, compilation_reason); in dexopt()