Searched refs:MinRegionIndex (Results 1 – 1 of 1) sorted by relevance
88 Sci->MinRegionIndex = NumRegions; in init()107 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in unmapTestOnly() local111 if (Sci->MinRegionIndex < MinRegionIndex) in unmapTestOnly()112 MinRegionIndex = Sci->MinRegionIndex; in unmapTestOnly()119 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) in unmapTestOnly()273 uptr MinRegionIndex = NumRegions, MaxRegionIndex = 0; in iterateOverBlocks() local280 if (Sci->MinRegionIndex < MinRegionIndex) in iterateOverBlocks()281 MinRegionIndex = Sci->MinRegionIndex; in iterateOverBlocks()289 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) { in iterateOverBlocks()407 uptr MinRegionIndex GUARDED_BY(Mutex);[all …]