Searched defs:ChooseRelocationOffsetDelta (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc64 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { function in namespace:art::gc::space
120 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA,
213 StringAppendF(&base_offset_arg, "%d", ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA,

Completed in 37 milliseconds