Home | History | Annotate | Download | only in test

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)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
202 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
308 # --prebuild --relocate
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), \
592 $(foreach relocate, $(RELOCATE_TYPES), \
593 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))
661 # {5: relocate nrelocate relocate-npatchoat}-
739 ifeq ($(5),relocate)
741 run_test_options += --relocate
743 ifeq ($(5),no-relocate)
745 run_test_options += --no-relocate
747 ifeq ($(5),relocate-npatchoat)
749 run_test_options += --relocate --no-patchoat
947 $(foreach relocate, $(RELOCATE_TYPES), \
954 $(eval $(call define-test-art-run-test,$(target),$(run_type),$(prebuild),$(compiler),$(relocate),$(trace),$(gc),$(jni),$(image),$(pictest),$(debuggable),$(test),$(address_size))) \
981 $(foreach relocate, $(RELOCATE_TYPES), $(eval \
982 $(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)))))
1014 $(foreach relocate, $(RELOCATE_TYPES), \
1015 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(relocate))_RULES :=)))