Searched refs:relocate (Results 1 – 6 of 6) sorted by relevance
/art/test/ |
D | Android.run-test.mk | 120 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 …]
|
D | run-test | 130 relocate="yes" 185 relocate="yes" 188 relocate="no" 427 if [ "$relocate" = "yes" ]; then
|
/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 | 492 bool relocate = Runtime::Current()->ShouldRelocate(); in Create() local 498 if (relocate) { in Create()
|