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-test147 relocate="no"
220 relocate="yes"
223 relocate="no"
696 if [ "$relocate" = "yes" ]; then
697 run_args+=(--relocate)
699 run_args+=(--no-relocate)
/art/dex2oat/
Ddex2oat_image_test.cc417 bool relocate = false; in TEST_F() local
427 relocate, in TEST_F()
439 relocate = r; in TEST_F()
499 relocate = r; in TEST_F()
589 relocate = r; in TEST_F()
/art/test/testrunner/
Dtestrunner.py456 test, target, run, prebuild, compiler, relocate, trace, gc, \
466 test_name += relocate + '-'
477 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni,
531 if relocate == 'relocate':
533 elif relocate == 'no-relocate':
/art/runtime/gc/space/
Dimage_space.h129 bool relocate,
Dimage_space.cc2234 bool relocate, in BootImageLoader() argument
2240 relocate_(relocate), in BootImageLoader()
3169 bool relocate, in LoadBootImage() argument
3190 relocate, in LoadBootImage()