Lines Matching refs:core
49 dump-oat: dump-oat-core dump-oat-boot
51 .PHONY: dump-oat-core
52 dump-oat-core: dump-oat-core-host dump-oat-core-target
54 .PHONY: dump-oat-core-host
56 dump-oat-core-host: $(HOST_CORE_IMG_OUT) $(OATDUMP)
57 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
58 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
61 .PHONY: dump-oat-core-target
63 dump-oat-core-target: $(TARGET_CORE_IMG_OUT) $(OATDUMP)
65 --output=$(ART_DUMP_OAT_PATH)/core.target.oatdump.txt --instruction-set=$(TARGET_ARCH)
66 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.oatdump.txt