Searched defs:LazyAllocate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dresource_provider.cc401 LazyAllocate(resource);
557 LazyAllocate(resource);
1294 LazyAllocate(resource);
1297 void ResourceProvider::LazyAllocate(Resource* resource) { function in class:cc::ResourceProvider
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp632 const REG *MemRegionManager::LazyAllocate(REG*& region) { function in class:MemRegionManager
642 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { function in class:MemRegionManager
682 return LazyAllocate(SystemGlobals);
684 return LazyAllocate(ImmutableGlobals);
686 return LazyAllocate(InternalGlobals);
700 return LazyAllocate(heap);
704 return LazyAllocate(unknown);
708 return LazyAllocate(code);

Completed in 274 milliseconds