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" 686 if [ "$relocate" = "yes" ]; then 687 run_args+=(--relocate) 689 run_args+=(--no-relocate)
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 417 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/ |
D | testrunner.py | 398 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/ |
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()
|