Lines Matching refs:relocate
117 RELOCATE_TYPES := relocate
119 RELOCATE_TYPES += no-relocate
122 RELOCATE_TYPES += relocate-npatchoat
184 $(foreach relocate, $(5), \
193 …test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-…
315 ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
317 $(COMPILER_TYPES), no-relocate,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
416 ifneq (,$(filter relocate-npatchoat,$(RELOCATE_TYPES)))
418 $(COMPILER_TYPES), relocate-npatchoat,$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
599 $(foreach relocate, $(RELOCATE_TYPES), \
600 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))
746 ifeq ($(5),relocate)
748 run_test_options += --relocate
750 ifeq ($(5),no-relocate)
752 run_test_options += --no-relocate
754 ifeq ($(5),relocate-npatchoat)
756 run_test_options += --relocate --no-patchoat
954 $(foreach relocate, $(RELOCATE_TYPES), \
961 …efine-test-art-run-test,$(target),$(run_type),$(prebuild),$(compiler),$(relocate),$(trace),$(gc),$…
988 $(foreach relocate, $(RELOCATE_TYPES), $(eval \
989 …oup,test-art-$(target)-run-test-$(relocate),$(ART_RUN_TEST_$(call name-to-var,$(target))_$(call na…
1021 $(foreach relocate, $(RELOCATE_TYPES), \
1022 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))