Lines Matching refs:relocate
120 RELOCATE_TYPES := relocate
122 RELOCATE_TYPES += no-relocate
125 RELOCATE_TYPES += relocate-npatchoat
181 $(foreach relocate, $(5), \
190 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
199 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
245 # --prebuild --relocate
251 ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
253 $(COMPILER_TYPES), no-relocate,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
326 ifneq (,$(filter relocate-npatchoat,$(RELOCATE_TYPES)))
328 $(COMPILER_TYPES), relocate-npatchoat,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
537 $(foreach relocate, $(RELOCATE_TYPES), \
538 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))
597 # {4: interpreter default optimizing jit}-{5: relocate nrelocate relocate-npatchoat}-
679 ifeq ($(5),relocate)
681 run_test_options += --relocate
683 ifeq ($(5),no-relocate)
685 run_test_options += --no-relocate
687 ifeq ($(5),relocate-npatchoat)
689 run_test_options += --relocate --no-patchoat
857 $(foreach relocate, $(RELOCATE_TYPES), \
864 $(eval $(call define-test-art-run-test,$(target),$(run_type),$(prebuild),$(compiler),$(relocate),$(trace),$(gc),$(jni),$(image),$(pictest),$(debuggable),$(test),$(address_size))) \
891 $(foreach relocate, $(RELOCATE_TYPES), $(eval \
892 $(call define-test-art-run-test-group,test-art-$(target)-run-test-$(relocate),$(ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES)))))
924 $(foreach relocate, $(RELOCATE_TYPES), \
925 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))