Searched refs:TARGET_ARCH (Results 1 – 6 of 6) sorted by relevance
/art/oatdump/ |
D | Android.mk | 42 .PHONY: dump-oat-core-target-$(TARGET_ARCH) 44 dump-oat-core-target-$(TARGET_ARCH): $(TARGET_CORE_IMAGE_DEFAULT_$(ART_PHONY_TEST_TARGET_SUFFIX)) $… 46 …--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_AR… 47 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt 61 dump-oat-core-target: dump-oat-core-target-$(TARGET_ARCH) 66 .PHONY: dump-oat-boot-$(TARGET_ARCH) 68 dump-oat-boot-$(TARGET_ARCH): $(DEFAULT_DEX_PREOPT_BUILT_IMAGE_FILENAME) $(OATDUMP) 70 --output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH) 71 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt 82 dump-oat-boot: dump-oat-boot-$(TARGET_ARCH)
|
/art/build/ |
D | Android.common.mk | 46 ifeq (,$(filter $(TARGET_ARCH),$(ART_TARGET_SUPPORTED_ARCH))) 47 $(warning unsupported TARGET_ARCH=$(TARGET_ARCH)) 58 ifneq ($(filter %64,$(TARGET_ARCH)),) 68 ifneq ($(filter %64,$(TARGET_ARCH)),)
|
D | Android.gtest.mk | 357 $(ART_TEST_LIST_device_$(TARGET_ARCH)_$(m))) 398 ifneq (,$(filter $(ART_VALGRIND_SUPPORTED_ARCH),$(TARGET_ARCH))) 399 art_vg_arch := $(if $(filter x86_64,$(TARGET_ARCH)),amd64,$(TARGET_ARCH)) 595 ifneq ($(filter %64,$(TARGET_ARCH)),)
|
D | Android.oat.mk | 213 --base=$$(LIBART_IMG_TARGET_BASE_ADDRESS) --instruction-set=$$($(2)TARGET_ARCH) \
|
/art/test/testrunner/ |
D | env.py | 143 TARGET_ARCH = _get_build_var('TARGET_ARCH') variable 150 if "64" in TARGET_ARCH: 157 if "64" in TARGET_ARCH:
|
/art/runtime/interpreter/mterp/ |
D | Makefile_mterp | 22 # Build system has TARGET_ARCH=arm, but we can support the exact architecture
|