Searched refs:ChooseRelocationOffsetDelta (Results 1 – 2 of 2) sorted by relevance
532 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() function in android::installd::OTAPreoptService
97 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() function114 static int32_t ChooseRelocationOffsetDelta() { in ChooseRelocationOffsetDelta() function115 return ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, ART_BASE_ADDRESS_MAX_DELTA); in ChooseRelocationOffsetDelta()2289 relocate_ ? ART_BASE_ADDRESS + ChooseRelocationOffsetDelta() : base_address); in LoadImage()