Searched refs:LazyAllocate (Results 1 – 2 of 2) sorted by relevance
643 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager653 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager693 return LazyAllocate(SystemGlobals); in getGlobalsRegion()695 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()697 return LazyAllocate(InternalGlobals); in getGlobalsRegion()711 return LazyAllocate(heap); in getHeapRegion()715 return LazyAllocate(unknown); in getUnknownRegion()719 return LazyAllocate(code); in getCodeRegion()
1301 const REG* LazyAllocate(REG*& region);1304 const REG* LazyAllocate(REG*& region, ARG a);