Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc214 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in GenerateImage() local
216 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default " in GenerateImage()
218 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset)); in GenerateImage()
/art/patchoat/
Dpatchoat.cc968 uintptr_t base_offset = 0; in patchoat() local
1064 if (!ParseUint(base_offset_str, &base_offset)) { in patchoat()
1170 base_delta = base_offset - orig_base_offset; in patchoat()