Lines Matching refs:art

60 	rm -f $(TARGET_OUT_UNSTRIPPED)/system/framework/*/*.art
62 rm -f $(TARGET_OUT)/framework/*/*.art
95 # cpplint rules to style check art source files
138 .PHONY: test-art-target-sync
139 test-art-target-sync: $(TEST_ART_TARGET_SYNC_DEPS)
146 # "mm test-art" to build and run all tests on host and device
147 .PHONY: test-art
148 test-art: test-art-host test-art-target
151 .PHONY: test-art-gtest
152 test-art-gtest: test-art-host-gtest test-art-target-gtest
155 .PHONY: test-art-run-test
156 test-art-run-test: test-art-host-run-test test-art-target-run-test
171 .PHONY: test-art-host-vixl
172 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
174 # "mm test-art-host" to build and run all host tests.
175 .PHONY: test-art-host
176 test-art-host: test-art-host-gtest test-art-host-run-test test-art-host-vixl
180 .PHONY: test-art-host-default
181 test-art-host-default: test-art-host-run-test-default
185 .PHONY: test-art-host-optimizing
186 test-art-host-optimizing: test-art-host-run-test-optimizing
190 .PHONY: test-art-host-interpreter
191 test-art-host-interpreter: test-art-host-run-test-interpreter
195 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
196 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
197 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
200 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
201 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_HOST_SUFFIX)
204 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
205 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
208 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
209 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
214 .PHONY: test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
215 test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(2ND_ART_PHONY_TEST_HOST_SUFFIX) \
216 test-art-host-run-test$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
219 .PHONY: test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
220 test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
223 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
224 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
227 .PHONY: test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
228 test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
235 # "mm test-art-target" to build and run all target tests.
236 .PHONY: test-art-target
237 test-art-target: test-art-target-gtest test-art-target-run-test
241 .PHONY: test-art-target-default
242 test-art-target-default: test-art-target-run-test-default
246 .PHONY: test-art-target-optimizing
247 test-art-target-optimizing: test-art-target-run-test-optimizing
251 .PHONY: test-art-target-interpreter
252 test-art-target-interpreter: test-art-target-run-test-interpreter
256 .PHONY: test-art-target$(ART_PHONY_TEST_TARGET_SUFFIX)
257 test-art-target$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-gtest$(ART_PHONY_TEST_TARGET_SUFFIX) \
258 test-art-target-run-test$(ART_PHONY_TEST_TARGET_SUFFIX)
261 .PHONY: test-art-target-default$(ART_PHONY_TEST_TARGET_SUFFIX)
262 test-art-target-default$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-default$(ART_PHONY_TEST_TARGET_SUFFIX)
265 .PHONY: test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX)
266 test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX)
269 .PHONY: test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX)
270 test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX)
275 .PHONY: test-art-target$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
276 test-art-target$(2ND_ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-gtest$(2ND_ART_PHONY_TEST_TARGET_SUFFIX) \
277 test-art-target-run-test$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
280 .PHONY: test-art-target-default$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
281 test-art-target-default$(2ND_ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-default$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
284 .PHONY: test-art-target-optimizing$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
285 test-art-target-optimizing$(2ND_ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
288 .PHONY: test-art-target-interpreter$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
289 test-art-target-interpreter$(2ND_ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-interpreter$(2ND_ART_PHONY_TEST_TARGET_SUFFIX)
347 # "m build-art" for quick minimal build
348 .PHONY: build-art
349 build-art: build-art-host build-art-target
351 .PHONY: build-art-host
352 build-art-host: $(ART_HOST_EXECUTABLES) $(ART_HOST_GTEST_EXECUTABLES) $(HOST_CORE_IMG_OUT) $(ART_HOST_OUT_SHARED_LIBRARIES)/libjavacore$(ART_HOST_SHLIB_EXTENSION)
354 .PHONY: build-art-target
355 build-art-target: $(ART_TARGET_EXECUTABLES) $(ART_TARGET_GTEST_EXECUTABLES) $(TARGET_CORE_IMG_OUT) $(TARGET_OUT_SHARED_LIBRARIES)/libjavacore.so
358 # "m art-host" for just building the files needed to run the art script
359 .PHONY: art-host
361 art-host: $(HOST_OUT_EXECUTABLES)/art $(HOST_OUT)/bin/dalvikvm32 $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_OUT)/bin/patchoat $(HOST_CORE_IMG_OUT) $(HOST_OUT)/lib/libjavacore.so $(HOST_OUT)/bin/dalvikvm
363 art-host: $(HOST_OUT_EXECUTABLES)/art $(HOST_OUT)/bin/dalvikvm64 $(HOST_OUT)/bin/dalvikvm32 $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_OUT)/bin/patchoat $(HOST_CORE_IMG_OUT) $(HOST_OUT)/lib/libjavacore.so $(HOST_OUT)/lib64/libjavacore.so $(HOST_OUT)/bin/dalvikvm
366 .PHONY: art-host-debug
367 art-host-debug: art-host $(HOST_OUT)/lib/libartd.so $(HOST_OUT)/bin/dex2oatd $(HOST_OUT)/bin/patchoatd
372 .PHONY: use-art
373 use-art:
393 .PHONY: use-art-full
394 use-art-full:
413 .PHONY: use-art-smart
414 use-art-smart:
423 .PHONY: use-art-interpret-only
424 use-art-interpret-only:
443 .PHONY: use-art-verify-none
444 use-art-verify-none: