Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc86 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() function
103 static int32_t ChooseRelocationOffsetDelta() { in ChooseRelocationOffsetDelta() function
104 return ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, ART_BASE_ADDRESS_MAX_DELTA); in ChooseRelocationOffsetDelta()
165 int32_t base_offset = ChooseRelocationOffsetDelta(); in GenerateImage()
1875 uint32_t addr = relocate_ ? ART_BASE_ADDRESS + ChooseRelocationOffsetDelta() : image_start; in ReserveBootImageMemory()