Home | History | Annotate | Download | only in build

Lines Matching refs:DEX2OAT

33 # Use dex2oat debug version for better error reporting
38 # $(5): dex2oat suffix, e.g, valgrind requires 32 right now.
49 # With the optimizing compiler, we want to rerun dex2oat whenever there is
50 # a dex2oat change to catch regressions early.
52 core_dex2oat_dependency := $(DEX2OAT)
60 core_dex2oat_dependency := $(DEX2OAT)
107 @echo "host dex2oat: $$@ ($$?)"
109 $$(hide) $(4) $$(DEX2OAT)$(5) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
132 # $(3): dex2oat suffix.
153 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
163 # With the optimizing compiler, we want to rerun dex2oat whenever there is
164 # a dex2oat change to catch regressions early.
166 core_dex2oat_dependency := $(DEX2OAT)
174 core_dex2oat_dependency := $(DEX2OAT)
225 @echo "target dex2oat: $$@ ($$?)"
227 $$(hide) $(4) $$(DEX2OAT)$(5) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
251 # $(3): dex2oat suffix.
272 valgrind-test-art-host-dex2oat-target: $(valgrindTARGET_CORE_IMG_OUTS)
274 valgrind-test-art-host-dex2oat: valgrind-test-art-host-dex2oat-host valgrind-test-art-host-dex2oat-target