Searched refs:relocate (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | dexopt_test.cc | 50 bool relocate, in GenerateOatForTest() argument 56 if (!relocate) { in GenerateOatForTest() 95 if (!relocate) { in GenerateOatForTest() 132 if (relocate) { in GenerateOatForTest() 169 bool relocate, in GenerateOatForTest() argument 179 relocate, in GenerateOatForTest()
|
D | dexopt_test.h | 47 bool relocate, 65 bool relocate,
|
/art/test/574-irreducible-and-constant-area/ |
D | run | 18 exec ${RUN} "$@" --no-relocate
|
/art/test/117-nopatchoat/ |
D | run | 32 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/119-noimage-patchoat/ |
D | run | 21 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/118-noimage-dex2oat/ |
D | run | 29 if [[ "${flags}" == *--no-relocate* ]] ; then
|
/art/test/ |
D | run-test | 130 relocate="no" 209 relocate="yes" 212 relocate="no" 528 if [ "$relocate" = "yes" ]; then
|
/art/test/testrunner/ |
D | testrunner.py | 348 for test, target, run, prebuild, compiler, relocate, trace, gc, \ 364 test_name += relocate + '-' 375 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni, 406 if relocate == 'relocate': 408 elif relocate == 'no-relocate': 410 elif relocate == 'relocate-npatchoat':
|
/art/runtime/gc/space/ |
D | image_space.cc | 1531 bool relocate = Runtime::Current()->ShouldRelocate(); in CreateBootImage() local 1533 if (found_image && has_system && !relocate) { in CreateBootImage() 1550 if (found_image && has_system && relocate) { in CreateBootImage()
|