Searched refs:MinRegionIndex (Results 1 – 1 of 1) sorted by relevance
63 MinRegionIndex = NumRegions; // MaxRegionIndex is already initialized to 0. in initLinkerInitialized()149 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) in iterateOverBlocks()266 if (RegionIndex < MinRegionIndex) in allocateRegion()267 MinRegionIndex = RegionIndex; in allocateRegion()394 for (uptr I = MinRegionIndex; I <= MaxRegionIndex; I++) {416 uptr MinRegionIndex; variable