Home | History | Annotate | Download | only in build

Lines Matching refs:dex2oat

39 # Use dex2oat debug version for better error reporting
43 # $(4): dex2oat suffix, e.g, valgrind requires 32 right now.
56 core_dex2oat_dependency := $(DEX2OAT)
103 @echo "host dex2oat: $$@"
105 $$(hide) $(3) $$(DEX2OAT)$(4) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
129 # $(3): dex2oat suffix.
152 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
154 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
165 # With the optimizing compiler, we want to rerun dex2oat whenever there is
166 # a dex2oat change to catch regressions early.
167 core_dex2oat_dependency := $(DEX2OAT)
206 @echo "target dex2oat: $$@"
208 $$(hide) $(4) $$(DEX2OAT)$(5) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
233 # $(3): dex2oat suffix.
252 valgrind-test-art-host-dex2oat-target: $(valgrindTARGET_CORE_IMG_OUTS)
254 valgrind-test-art-host-dex2oat: valgrind-test-art-host-dex2oat-host valgrind-test-art-host-dex2oat-target