Home
last modified time | relevance | path

Searched refs:relocate (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddexopt_test.cc50 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()
Ddexopt_test.h47 bool relocate,
65 bool relocate,
/art/test/574-irreducible-and-constant-area/
Drun18 exec ${RUN} "$@" --no-relocate
/art/test/117-nopatchoat/
Drun32 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/119-noimage-patchoat/
Drun21 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/118-noimage-dex2oat/
Drun29 if [[ "${flags}" == *--no-relocate* ]] ; then
/art/test/
Drun-test130 relocate="no"
209 relocate="yes"
212 relocate="no"
528 if [ "$relocate" = "yes" ]; then
/art/test/testrunner/
Dtestrunner.py348 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/
Dimage_space.cc1531 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()