HomeSort by relevance Sort by last modified time
    Searched defs:Counters (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/src/
counters.cc 7 #include "src/counters.h"
57 Counters::Counters(Isolate* isolate) {
112 void Counters::ResetCounters() {
144 void Counters::ResetHistograms() {
counters.h 18 // counters for monitoring. Counters can be looked up and
24 // counters can be looked up.
549 // This file contains all the v8 counters that are in use.
550 class Counters {
686 explicit Counters(Isolate* isolate);
688 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
  /external/compiler-rt/lib/profile/
InstrProfiling.h 37 uint64_t *const Counters;
  /external/chromium_org/net/disk_cache/blockfile/
stats.h 26 enum Counters {
69 void OnEvent(Counters an_event);
70 void SetCounter(Counters counter, int64 value);
71 int64 GetCounter(Counters counter) const;
89 int GetRatio(Counters hit, Counters miss) const;
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper_unittest.cc 99 typedef std::map<GinJavaBoundObject::ObjectID, int> Counters;
100 Counters counters_;
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 140 /// Get access to the counters in the table.
142 public StatsTableCounters Counters() {
259 for (int counters = 0; counters < header_.max_counters; counters++) {
312 /// Enumerable list of Counters in the StatsTable
316 /// Create the list of counters
420 /// Find the counters in the table and insert into the counters_
472 // Highest index of counters processed.
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 70 struct Counters
80 static Counters global_counters;
81 static Counters local_counters;
83 static void DumpCounters (Log *log, Counters &counters);
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 31 /// \brief One variable for each of the hardware counters
40 } Counters;
42 typedef Counters RegCounters[512];
54 static const Counters WaitCounts;
57 static const Counters ZeroCounts;
60 Counters WaitedOn;
63 Counters LastIssued;
75 Counters getHwCounts(MachineInstr &MI);
89 const Counters &Counts);
95 Counters handleOperands(MachineInstr &MI)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
117 // Produce a table of pointers to counters, by predecessor and successor
124 // Add the function to write out all our counters to the global destructor
593 GlobalVariable *Counters =
598 CountersBySP.push_back(std::make_pair(Counters, (MDNode*)SP));
610 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
623 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx);
639 buildEdgeLookupTable(F, Counters,
707 GlobalVariable *Counters,
732 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 463 HCD_STAT_COUNTERS Counters;
472 HCD_STAT_COUNTERS Counters;

Completed in 312 milliseconds