Home
last modified time | relevance | path

Searched refs:relocate (Results 1 – 7 of 7) sorted by relevance

/art/test/
DAndroid.run-test.mk117 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), \
592 $(foreach relocate, $(RELOCATE_TYPES), \
[all …]
Drun-test109 relocate="yes"
184 relocate="yes"
187 relocate="no"
473 if [ "$relocate" = "yes" ]; then
/art/test/574-irreducible-and-constant-area/
Drun18 exec ${RUN} "$@" --no-relocate
/art/test/117-nopatchoat/
Drun32 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/119-noimage-patchoat/
Drun21 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/118-noimage-dex2oat/
Drun29 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/runtime/gc/space/
Dimage_space.cc415 bool relocate = Runtime::Current()->ShouldRelocate(); in CreateBootImage() local
421 if (relocate) { in CreateBootImage()