Searched refs:LazyAllocate (Results 1 – 2 of 2) sorted by relevance
641 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager651 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager691 return LazyAllocate(SystemGlobals); in getGlobalsRegion()693 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()695 return LazyAllocate(InternalGlobals); in getGlobalsRegion()709 return LazyAllocate(heap); in getHeapRegion()713 return LazyAllocate(unknown); in getUnknownRegion()717 return LazyAllocate(code); in getCodeRegion()
1303 const REG* LazyAllocate(REG*& region);1306 const REG* LazyAllocate(REG*& region, ARG a);