Home
last modified time | relevance | path

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

/art/test/
DAndroid.run-test.mk120 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)-…
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), \
[all …]
Drun-test130 relocate="yes"
185 relocate="yes"
188 relocate="no"
427 if [ "$relocate" = "yes" ]; then
/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.cc492 bool relocate = Runtime::Current()->ShouldRelocate(); in Create() local
498 if (relocate) { in Create()