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 | 147 relocate="no" 220 relocate="yes" 223 relocate="no" 696 if [ "$relocate" = "yes" ]; then 697 run_args+=(--relocate) 699 run_args+=(--no-relocate)
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 417 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/ |
D | testrunner.py | 456 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/ |
D | image_space.h | 129 bool relocate,
|
D | image_space.cc | 2234 bool relocate, in BootImageLoader() argument 2240 relocate_(relocate), in BootImageLoader() 3169 bool relocate, in LoadBootImage() argument 3190 relocate, in LoadBootImage()
|