Lines Matching refs:target
41 dump-oat-core: dump-oat-core-host dump-oat-core-target
50 .PHONY: dump-oat-core-target-$(TARGET_ARCH)
52 dump-oat-core-target-$(TARGET_ARCH): $(TARGET_CORE_IMAGE_default_no-pic_$(ART_PHONY_TEST_TARGET_SUF…
54 …--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_AR…
55 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt
59 .PHONY: dump-oat-core-target-$(TARGET_2ND_ARCH)
61 dump-oat-core-target-$(TARGET_2ND_ARCH): $(TARGET_CORE_IMAGE_default_no-pic_$(2ND_ART_PHONY_TEST_TA…
63 …--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGE…
64 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt
68 .PHONY: dump-oat-core-target
69 dump-oat-core-target: dump-oat-core-target-$(TARGET_ARCH)
71 dump-oat-core-target: dump-oat-core-target-$(TARGET_2ND_ARCH)