HomeSort by relevance Sort by last modified time
    Searched defs:LazyAllocate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
resource_provider.cc 407 LazyAllocate(resource);
563 LazyAllocate(resource);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 632 const REG *MemRegionManager::LazyAllocate(REG*& region) {
642 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
682 return LazyAllocate(SystemGlobals);
684 return LazyAllocate(ImmutableGlobals);
686 return LazyAllocate(InternalGlobals);
700 return LazyAllocate(heap);
704 return LazyAllocate(unknown);
708 return LazyAllocate(code);
    [all...]

Completed in 1007 milliseconds