Home
last modified time | relevance | path

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

/art/test/574-irreducible-and-constant-area/
Drun18 exec ${RUN} "$@" --no-relocate
/art/test/118-noimage-dex2oat/
Drun29 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/
Drun-test144 relocate="no"
217 relocate="yes"
220 relocate="no"
686 if [ "$relocate" = "yes" ]; then
687 run_args+=(--relocate)
689 run_args+=(--no-relocate)
/art/dex2oat/
Ddex2oat_image_test.cc417 bool relocate = false; in TEST_F() local
428 relocate, in TEST_F()
441 relocate = r; in TEST_F()
501 relocate = r; in TEST_F()
591 relocate = r; in TEST_F()
/art/test/testrunner/
Dtestrunner.py398 test, target, run, prebuild, compiler, relocate, trace, gc, \
408 test_name += relocate + '-'
419 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni,
473 if relocate == 'relocate':
475 elif relocate == 'no-relocate':
/art/runtime/gc/space/
Dimage_space.h132 bool relocate,
Dimage_space.cc2494 bool relocate, in BootImageLoader() argument
2501 relocate_(relocate), in BootImageLoader()
3559 bool relocate, in LoadBootImage() argument
3581 relocate, in LoadBootImage()