Searched refs:relocate (Results 1 – 7 of 7) sorted by relevance
/art/test/574-irreducible-and-constant-area/ |
D | run | 18 exec ${RUN} "$@" --no-relocate
|
/art/test/118-noimage-dex2oat/ |
D | run | 29 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/ |
D | run-test | 144 relocate="no" 217 relocate="yes" 220 relocate="no" 685 if [ "$relocate" = "yes" ]; then 686 run_args+=(--relocate) 688 run_args+=(--no-relocate)
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 421 bool relocate = false; in TEST_F() local 432 relocate, in TEST_F() 445 relocate = r; in TEST_F() 505 relocate = r; in TEST_F() 595 relocate = r; in TEST_F()
|
/art/test/testrunner/ |
D | testrunner.py | 370 test, target, run, prebuild, compiler, relocate, trace, gc, \ 380 test_name += relocate + '-' 391 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni, 445 if relocate == 'relocate': 447 elif relocate == 'no-relocate':
|
/art/runtime/gc/space/ |
D | image_space.h | 132 bool relocate,
|
D | image_space.cc | 2494 bool relocate, in BootImageLoader() argument 2501 relocate_(relocate), in BootImageLoader() 3559 bool relocate, in LoadBootImage() argument 3581 relocate, in LoadBootImage()
|