Searched refs:relocate (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | dexopt_test.h | 47 bool relocate, 67 bool relocate,
|
D | dexopt_test.cc | 51 bool relocate, in GenerateOatForTest() argument 58 if (!relocate) { in GenerateOatForTest() 101 if (!relocate) { in GenerateOatForTest() 139 if (relocate) { in GenerateOatForTest() 178 bool relocate, in GenerateOatForTest() argument 188 relocate, in GenerateOatForTest()
|
/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/testrunner/ |
D | testrunner.py | 375 test, target, run, prebuild, compiler, relocate, trace, gc, \ 393 test_name += relocate + '-' 405 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni, 441 if relocate == 'relocate': 443 elif relocate == 'no-relocate': 445 elif relocate == 'relocate-npatchoat':
|
/art/test/ |
D | run-test | 143 relocate="no" 224 relocate="yes" 227 relocate="no" 589 if [ "$relocate" = "yes" ]; then
|