Searched refs:relocate (Results 1 – 7 of 7) sorted by relevance
/art/test/ |
D | Android.run-test.mk | 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), \ 592 $(foreach relocate, $(RELOCATE_TYPES), \ [all …]
|
D | run-test | 109 relocate="yes" 184 relocate="yes" 187 relocate="no" 473 if [ "$relocate" = "yes" ]; then
|
/art/test/574-irreducible-and-constant-area/ |
D | run | 18 exec ${RUN} "$@" --no-relocate
|
/art/test/117-nopatchoat/ |
D | run | 32 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/119-noimage-patchoat/ |
D | run | 21 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/118-noimage-dex2oat/ |
D | run | 29 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/runtime/gc/space/ |
D | image_space.cc | 415 bool relocate = Runtime::Current()->ShouldRelocate(); in CreateBootImage() local 421 if (relocate) { in CreateBootImage()
|