Lines Matching refs:core
94 ART_HOST_DEPENDENCIES := $(ART_HOST_EXECUTABLES) $(HOST_OUT_JAVA_LIBRARIES)/core-hostdex.jar
96 ART_TARGET_DEPENDENCIES := $(ART_TARGET_EXECUTABLES) $(TARGET_OUT_JAVA_LIBRARIES)/core.jar $(TARGET…
308 dump-oat: dump-oat-core dump-oat-boot
310 .PHONY: dump-oat-core
311 dump-oat-core: dump-oat-core-host dump-oat-core-target
313 .PHONY: dump-oat-core-host
315 dump-oat-core-host: $(HOST_CORE_IMG_OUT) $(OATDUMP)
316 $(OATDUMP) --image=$(HOST_CORE_IMG_OUT) --output=/tmp/core.host.oatdump.txt --host-prefix=""
317 @echo Output in /tmp/core.host.oatdump.txt
320 .PHONY: dump-oat-core-target
322 dump-oat-core-target: $(TARGET_CORE_IMG_OUT) $(OATDUMP)
323 $(OATDUMP) --image=$(TARGET_CORE_IMG_OUT) --output=/tmp/core.target.oatdump.txt
324 @echo Output in /tmp/core.target.oatdump.txt