/external/chromium/net/disk_cache/ |
D | stats.cc | 182 void Stats::SetCounter(Counters counter, int64 value) { in SetCounter() function in disk_cache::Stats 216 SetCounter(OPEN_HIT, 0); in ResetRatios() 217 SetCounter(OPEN_MISS, 0); in ResetRatios() 218 SetCounter(RESURRECT_HIT, 0); in ResetRatios() 219 SetCounter(CREATE_HIT, 0); in ResetRatios()
|
D | backend_impl.cc | 1060 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); in ShouldReportAgain() 1159 stats_.SetCounter(Stats::OPEN_ENTRIES, current); in OnStatsTimer() 1160 stats_.SetCounter(Stats::MAX_ENTRIES, max_refs_); in OnStatsTimer() 1471 stats_.SetCounter(Stats::FATAL_ERROR, errors); in RestartCache() 1472 stats_.SetCounter(Stats::DOOM_CACHE, full_dooms); in RestartCache() 1473 stats_.SetCounter(Stats::DOOM_RECENT, partial_dooms); in RestartCache() 1474 stats_.SetCounter(Stats::LAST_REPORT, last_report); in RestartCache() 1909 stats_.SetCounter(Stats::MAX_ENTRIES, 0); in ReportStats() 1917 stats_.SetCounter(Stats::FATAL_ERROR, 0); in ReportStats() 1918 stats_.SetCounter(Stats::DOOM_CACHE, 0); in ReportStats() [all …]
|
D | stats.h | 62 void SetCounter(Counters counter, int64 value);
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 461 mutable unsigned SetCounter; variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 104 LastMI(0), LastFn(0), Counter(~0U), SetCounter(0) { in AsmPrinter() 1365 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelDifference() 1394 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelOffsetDifference()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 772 void SetCounter(StatsCounter* counter, int value);
|
D | macro-assembler-ia32.cc | 2303 void MacroAssembler::SetCounter(StatsCounter* counter, int value) { in SetCounter() function in v8::internal::MacroAssembler
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1262 void SetCounter(StatsCounter* counter, int value);
|
D | macro-assembler-x64.cc | 2962 void MacroAssembler::SetCounter(StatsCounter* counter, int value) { in SetCounter() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1073 void SetCounter(StatsCounter* counter, int value,
|
D | macro-assembler-arm.cc | 2714 void MacroAssembler::SetCounter(StatsCounter* counter, int value, in SetCounter() function in v8::internal::MacroAssembler
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1237 void SetCounter(StatsCounter* counter, int value,
|
D | macro-assembler-mips.cc | 4289 void MacroAssembler::SetCounter(StatsCounter* counter, int value, in SetCounter() function in v8::internal::MacroAssembler
|