HomeSort by relevance Sort by last modified time
    Searched refs:SamplingCounter (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 281 // See subclasses below, SamplingCounter, GlobalSamplingCounter and DeletableSamplingCounter.
323 // SamplingCounter:
334 // static SamplingCounter countMe("This is my counter. There are many like it, but this one is mine.");
339 class SamplingCounter : public AbstractSamplingCounter {
341 SamplingCounter(const char* name) { init(name); }
381 // The above classes (SamplingCounter, GlobalSamplingCounter), are intended for
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 462 public static class SamplingCounter extends Counter {
464 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) {
468 SamplingCounter(ArrayList<Unpluggable> unpluggables) {
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 476 static SamplingCounter counter("orignalJIT");
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.cpp 626 static SamplingCounter counter("NonSpeculativeJIT");
DFGSpeculativeJIT.cpp 681 static SamplingCounter counter("SpeculativeJIT");

Completed in 323 milliseconds