Lines Matching refs:optimizing
34 # $(1): compiler - default, optimizing, jit or interpreter.
49 # With the optimizing compiler, we want to rerun dex2oat whenever there is
58 ifeq ($(1),optimizing)
59 core_compile_options += --compiler-backend=Optimizing
61 core_infix := -optimizing
70 ifneq ($(filter-out default interpreter jit optimizing,$(1)),)
72 $$(error found $(1) expected default, interpreter, jit or optimizing)
130 # $(1): compiler - default, optimizing, jit or interpreter.
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
150 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32))
163 # With the optimizing compiler, we want to rerun dex2oat whenever there is
172 ifeq ($(1),optimizing)
173 core_compile_options += --compiler-backend=Optimizing
175 core_infix := -optimizing
184 ifneq ($(filter-out default interpreter jit optimizing,$(1)),)
186 $$(error found $(1) expected default, interpreter, jit or optimizing)
249 # $(1): compiler - default, optimizing, jit or interpreter.
263 $(eval $(call create-core-oat-target-rule-combination,optimizing,,))
269 $(eval $(call create-core-oat-target-rule-combination,optimizing,valgrind,32))