Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc276 std::string base_offset_arg("--base-offset-delta="); in RelocateImage() local
277 StringAppendF(&base_offset_arg, "%d", ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in RelocateImage()
290 argv.push_back(base_offset_arg); in RelocateImage()