HomeSort by relevance Sort by last modified time
    Searched refs:DEX2OAT (Results 1 - 4 of 4) sorted by null

  /art/build/
Android.oat.mk 39 # Use dex2oat debug version for better error reporting
51 core_dex2oat_dependency := $(DEX2OAT)
82 @echo "host dex2oat: $$@"
84 $$(hide) ANDROID_LOG_TAGS="*:e" $$(DEX2OAT) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
122 .PHONY: test-art-host-dex2oat-host
123 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
136 # With the optimizing compiler, we want to rerun dex2oat whenever there is
137 # a dex2oat change to catch regressions early.
138 core_dex2oat_dependency := $(DEX2OAT)
173 @echo "target dex2oat: $$@
    [all...]
  /build/make/core/
dex_preopt_config.mk 21 # Conditional to building on linux, as dex2oat currently does not work on darwin.
49 DEX2OAT := $(SOONG_HOST_OUT_EXECUTABLES)/dex2oat$(HOST_EXECUTABLE_SUFFIX)
51 DEX2OAT := $(SOONG_HOST_OUT_EXECUTABLES)/dex2oatd$(HOST_EXECUTABLE_SUFFIX)
54 DEX2OAT_DEPENDENCY += $(DEX2OAT)
70 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
71 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
72 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
73 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
151 $(call add_json_str, Dex2oat, $(DEX2OAT)
    [all...]
config.mk     [all...]
  /art/test/etc/
run-test-jar 26 DEX2OAT_NDEBUG_BINARY="dex2oat"
90 # The normal dex2oat timeout.
92 # The *hard* timeout where we really start trying to kill the dex2oat.
96 # build step (e.g. dex2oat) were finished writing.
109 elif [ "x$1" = "x--dex2oat-rt-timeout" ]; then
112 echo "$0 missing argument to --dex2oat-rt-timeout" 1>&2
117 elif [ "x$1" = "x--dex2oat-timeout" ]; then
120 echo "$0 missing argument to --dex2oat-timeout" 1>&2
636 # Disable image dex2oat - this will forbid the runtime to patch or compile an image.
637 FLAGS="${FLAGS} -Xnoimage-dex2oat"
    [all...]

Completed in 1351 milliseconds