Searched defs:getTotalMemory (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { function in class:PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp483 size_t PreprocessingRecord::getTotalMemory() const { function in class:PreprocessingRecord
484 return BumpAlloc.getTotalMemory()
H A DHeaderSearch.cpp1082 size_t HeaderSearch::getTotalMemory() const { function in class:HeaderSearch
1086 + LookupFileCache.getAllocator().getTotalMemory()
1087 + FrameworkMap.getAllocator().getTotalMemory();
H A DPreprocessor.cpp272 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
274 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
304 size_t Preprocessor::getTotalMemory() const { function in class:Preprocessor
305 return BP.getTotalMemory()
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAllocator.cpp139 size_t BumpPtrAllocator::getTotalMemory() const { function in class:llvm::BumpPtrAllocator
/external/llvm/include/llvm/Support/
H A DAllocator.h272 size_t getTotalMemory() const { function in class:llvm::BumpPtrAllocatorImpl
285 getTotalMemory());
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h275 size_t getTotalMemory() const { function in class:llvm::BumpPtrAllocatorImpl
288 getTotalMemory());
/external/clang/lib/Basic/
H A DIdentifierTable.cpp598 size_t SelectorTable::getTotalMemory() const { function in class:clang::MultiKeywordSelector::SelectorTable
600 return SelTabImpl.Allocator.getTotalMemory();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 364 milliseconds