Home | History | Annotate | Download | only in build

Lines Matching refs:optimizing

40 # $(1): compiler - default, optimizing, jit, interpreter or interpreter-access-checks.
59 ifeq ($(1),optimizing)
60 core_compile_options += --compiler-backend=Optimizing
62 core_infix := -optimizing
79 ifneq ($(filter-out default interpreter interp-ac jit optimizing,$(1)),)
81 $$(error found $(1) expected default, interpreter, interpreter-access-checks, jit or optimizing)
151 # $(1): compiler - default, optimizing, jit, interpreter or interpreter-access-checks.
166 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
171 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true))
179 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32,false))
199 ifeq ($(1),optimizing)
200 core_compile_options += --compiler-backend=Optimizing
201 # With the optimizing compiler, we want to rerun dex2oat whenever there is
204 core_infix := -optimizing
221 ifneq ($(filter-out default interpreter interp-ac jit optimizing,$(1)),)
223 $$(error found $(1) expected default, interpreter, interpreter-access-checks, jit or optimizing)
286 # $(1): compiler - default, optimizing, jit, interpreter or interpreter-access-checks.
300 $(eval $(call create-core-oat-target-rule-combination,optimizing,,))
308 $(eval $(call create-core-oat-target-rule-combination,optimizing,valgrind,32))