Home
last modified time | relevance | path

Searched refs:NumMethodPoolEntriesRead (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h886 unsigned NumMethodPoolEntriesRead; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h1036 unsigned NumMethodPoolEntriesRead = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h1036 unsigned NumMethodPoolEntriesRead = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTReader.h1063 unsigned NumMethodPoolEntriesRead = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h1031 unsigned NumMethodPoolEntriesRead = 0; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp6817 NumMethodPoolEntriesRead, TotalNumMethodPoolEntries, in PrintStats()
6818 ((float)NumMethodPoolEntriesRead/TotalNumMethodPoolEntries in PrintStats()
7139 ++Reader.NumMethodPoolEntriesRead; in operator ()()
8714 NumMethodPoolEntriesRead(0), NumMethodPoolLookups(0), in ASTReader()