Searched refs:getTotalMemory (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h69 size_t getTotalMemory() const;
H A DHeaderSearch.h621 size_t getTotalMemory() const;
H A DPreprocessingRecord.h377 size_t getTotalMemory() const;
H A DPreprocessor.h1176 size_t getTotalMemory() const;
/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { function in class:PPConditionalDirectiveRecord
H A DPreprocessor.cpp248 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
250 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
274 size_t Preprocessor::getTotalMemory() const { function in class:Preprocessor
275 return BP.getTotalMemory()
H A DPreprocessingRecord.cpp485 size_t PreprocessingRecord::getTotalMemory() const { function in class:PreprocessingRecord
486 return BumpAlloc.getTotalMemory()
H A DHeaderSearch.cpp1078 size_t HeaderSearch::getTotalMemory() const { function in class:HeaderSearch
1082 + LookupFileCache.getAllocator().getTotalMemory()
1083 + FrameworkMap.getAllocator().getTotalMemory();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp517 size_t SelectorTable::getTotalMemory() const { function in class:clang::MultiKeywordSelector::SelectorTable
519 return SelTabImpl.Allocator.getTotalMemory();
/external/llvm/include/llvm/Support/
H A DAllocator.h258 size_t getTotalMemory() const { function in class:llvm::BumpPtrAllocatorImpl
269 getTotalMemory());
/external/clang/include/clang/Basic/
H A DIdentifierTable.h741 size_t getTotalMemory() const;
H A DSourceManager.h1380 return ContentCacheAlloc.getTotalMemory();
/external/clang/tools/libclang/
H A DCIndex.cpp6648 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
6652 (unsigned long) astContext.Selectors.getTotalMemory());
6662 completionBytes = completionAllocator->getTotalMemory();
6705 pp.getTotalMemory());
6710 pRec->getTotalMemory());
6715 pp.getHeaderSearchInfo().getTotalMemory());
/external/clang/include/clang/AST/
H A DASTContext.h485 return BumpAlloc.getTotalMemory();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 231 milliseconds