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

1 2

  /external/v8/test/cctest/
test-ast-expression-visitor.cc 25 typedef std::map<AstNode::NodeType, int> Counters;
27 NodeTypeCounter(Isolate* isolate, Expression* expr, Counters* counts)
36 Counters* counts_;
96 NodeTypeCounter::Counters counts;
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 33 /// \brief One variable for each of the hardware counters
42 } Counters;
50 typedef Counters RegCounters[512];
62 static const Counters WaitCounts;
65 static const Counters ZeroCounts;
68 Counters WaitedOn;
71 Counters LastIssued;
88 Counters getHwCounts(MachineInstr &MI);
104 const Counters &Counts);
110 Counters handleOperands(MachineInstr &MI)
    [all...]
  /external/v8/src/
counters.cc 5 #include "src/counters.h"
63 Counters::Counters(Isolate* isolate) {
145 void Counters::ResetCounters() {
177 void Counters::ResetHistograms() {
279 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
287 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
304 RuntimeCallStats* stats = isolate->counters()->runtime_call_stats();
counters.h 21 // counters for monitoring. Counters can be looked up and
27 // counters can be looked up.
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 99 /// Get the region counters for an increment, creating them if necessary.
225 GlobalVariable *Counters = getOrCreateRegionCounters(Inc);
229 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters, 0, Index);
254 // If we have region counters for this name, we've already handled it.
307 // only one copy of counters of the COMDAT function will be emitted after
321 // Create the counters variable.
GCOVProfiling.cpp 1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
115 // Produce a table of pointers to counters, by predecessor and successor
122 // Add the function to write out all our counters to the global destructor
597 GlobalVariable *Counters =
602 CountersBySP.push_back(std::make_pair(Counters, SP));
614 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(),
628 Counters, Idx);
644 buildEdgeLookupTable(F, Counters,
712 GlobalVariable *Counters,
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 305 /// allocated: loop counters, their updates and final values.
317 // specify the offset to the end (and start of the following counters/
328 // Offset to the end (and start of the following counters/updates/finals
333 /// \brief Get the counters storage.
340 /// \brief Get the private counters storage.
404 return getArraysOffset(Kind) + 5 * CollapsedNum; // Counters,
515 /// \brief Counters Loop counters.
516 SmallVector<Expr *, 4> Counters;
517 /// \brief PrivateCounters Loop counters
657 ArrayRef<Expr *> counters() { return getCounters(); } function in class:clang::OMPLoopDirective
659 ArrayRef<Expr *> counters() const { function in class:clang::OMPLoopDirective
    [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;
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha1/
builder-2.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0/
gradle-core-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha3/
gradle-core-2.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha5/
gradle-core-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha7/
gradle-core-2.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha9/
gradle-core-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-beta2/
gradle-core-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-beta5/
gradle-core-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-beta6/
gradle-core-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-beta7/
gradle-core-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-rc3/
gradle-core-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0/
gradle-core-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-alpha3/
gradle-core-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-alpha4/
gradle-core-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-beta1/
gradle-core-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-beta3/
gradle-core-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.1.0-rc1/
gradle-core-2.1.0-rc1.jar 

Completed in 3676 milliseconds

1 2