Searched refs:LazyAllocate (Results 1 – 2 of 2) sorted by relevance
884 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager893 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager930 return LazyAllocate(SystemGlobals); in getGlobalsRegion()932 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()934 return LazyAllocate(InternalGlobals); in getGlobalsRegion()947 return LazyAllocate(heap); in getHeapRegion()951 return LazyAllocate(unknown); in getUnknownRegion()955 return LazyAllocate(code); in getCodeRegion()
1610 const REG* LazyAllocate(REG*& region);1613 const REG* LazyAllocate(REG*& region, ARG a);