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

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

Completed in 158 milliseconds