Lines Matching refs:stat
46 int numInlineProgramCacheResult(ProgramCacheResult stat) const {
47 return fInlineProgramCacheStats[(int) stat];
49 void incNumInlineProgramCacheResult(ProgramCacheResult stat) {
50 ++fInlineProgramCacheStats[(int) stat];
56 int numPreProgramCacheResult(ProgramCacheResult stat) const {
57 return fPreProgramCacheStats[(int) stat];
59 void incNumPreProgramCacheResult(ProgramCacheResult stat) {
60 ++fPreProgramCacheStats[(int) stat];
93 void incNumInlineProgramCacheResult(ProgramCacheResult stat) {}
95 void incNumPreProgramCacheResult(ProgramCacheResult stat) {}