Lines Matching refs:DEX2OAT
39 # Use dex2oat debug version for better error reporting
44 # $(5): dex2oat suffix, e.g, valgrind requires 32 right now.
61 core_dex2oat_dependency := $(DEX2OAT)
128 @echo "host dex2oat: $$@"
130 $$(hide) $(4) $$(DEX2OAT)$(5) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
153 # $(3): dex2oat suffix.
184 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
186 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
201 # With the optimizing compiler, we want to rerun dex2oat whenever there is
202 # a dex2oat change to catch regressions early.
203 core_dex2oat_dependency := $(DEX2OAT)
262 @echo "target dex2oat: $$@"
264 $$(hide) $(4) $$(DEX2OAT)$(5) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
288 # $(3): dex2oat suffix.
313 valgrind-test-art-host-dex2oat-target: $(valgrindTARGET_CORE_IMG_OUTS)
315 valgrind-test-art-host-dex2oat: valgrind-test-art-host-dex2oat-host valgrind-test-art-host-dex2oat-target