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

  /external/v8/src/
v8-counters.cc 42 StatsCounter Counters::name = { "c:" #caption, NULL, false };
48 StatsCounter Counters::state_counters[] = {
counters.h 110 // StatsCounter c = { "c:myctr", NULL, false };
111 struct StatsCounter {
173 StatsCounter counter_;
v8-counters.h 205 static StatsCounter name;
225 static StatsCounter state_counters[];
assembler.h 391 explicit ExternalReference(StatsCounter* counter);
assembler.cc 560 ExternalReference::ExternalReference(StatsCounter* counter)
serialize.cc 58 static int* GetInternalPointer(StatsCounter* counter) {
250 StatsCounter* counter;
    [all...]
  /external/chromium/base/
stats_table_unittest.cc 92 StatsCounter zero_counter(kCounterZero);
93 StatsCounter lucky13_counter(kCounter1313);
94 StatsCounter increment_counter(kCounterIncrement);
95 StatsCounter decrement_counter(kCounterDecrement);
97 StatsCounter mixed_counter(kCounterMixed); // create this one in the loop
142 StatsCounter zero_counter(kCounterZero);
143 StatsCounter lucky13_counter(kCounter1313);
144 StatsCounter increment_counter(kCounterIncrement);
145 StatsCounter decrement_counter(kCounterDecrement);
146 StatsCounter mixed_counter(kCounterMixed)
    [all...]
stats_counters.h 18 // a hash table lookup to find the counter in the table. A StatsCounter
23 // StatsCounter request_count("RequestCount");
46 static StatsCounter counter(name); \
73 // StatsCounter represents a counter in the StatsTable class.
74 class StatsCounter {
76 // Create a StatsCounter object.
77 explicit StatsCounter(const std::string& name)
84 virtual ~StatsCounter() {}
125 StatsCounter()
164 // A StatsCounterTimer is a StatsCounter which keeps a timer durin
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 407 // StatsCounter support
409 void SetCounter(StatsCounter* counter, int value);
410 void IncrementCounter(StatsCounter* counter, int value);
411 void DecrementCounter(StatsCounter* counter, int value);
412 void IncrementCounter(Condition cc, StatsCounter* counter, int value);
413 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
macro-assembler-ia32.cc     [all...]
  /external/chromium/net/socket/
tcp_client_socket_win.cc 296 static StatsCounter connects("tcp.connect");
471 static StatsCounter read_bytes("tcp.read_bytes");
496 static StatsCounter reads("tcp.writes");
512 static StatsCounter write_bytes("tcp.write_bytes");
604 static StatsCounter read_bytes("tcp.read_bytes");
617 static StatsCounter write_bytes("tcp.write_bytes");
  /external/chromium/net/tools/fetch/
fetch_client.cc 87 static StatsCounter bytes_read("FetchClient.bytes_read");
100 static StatsCounter requests("FetchClient.requests");
  /external/v8/src/arm/
macro-assembler-arm.h 368 // StatsCounter support
370 void SetCounter(StatsCounter* counter, int value,
372 void IncrementCounter(StatsCounter* counter, int value,
374 void DecrementCounter(StatsCounter* counter, int value,
macro-assembler-arm.cc     [all...]
  /external/chromium/net/flip/
flip_session.cc 256 static StatsCounter flip_sessions("flip.sessions");
282 static StatsCounter flip_sessions("flip.sessions");
363 static StatsCounter flip_requests("flip.requests");
723 static StatsCounter abandoned_streams("flip.abandoned_streams");
724 static StatsCounter abandoned_push_streams("flip.abandoned_push_streams");
804 static StatsCounter used_push_streams("flip.claimed_push_streams");
934 static StatsCounter push_requests("flip.pushed_streams");
    [all...]
flip_framer.cc 639 static StatsCounter pre_compress_bytes("flip.PreCompressSize");
640 static StatsCounter post_compress_bytes("flip.PostCompressSize");
692 static StatsCounter pre_decompress_bytes("flip.PreDeCompressSize");
693 static StatsCounter post_decompress_bytes("flip.PostDeCompressSize");
  /external/v8/src/mips/
macro-assembler-mips.h 312 // StatsCounter support
314 void SetCounter(StatsCounter* counter, int value,
316 void IncrementCounter(StatsCounter* counter, int value,
318 void DecrementCounter(StatsCounter* counter, int value,
macro-assembler-mips.cc 859 void MacroAssembler::SetCounter(StatsCounter* counter, int value,
865 void MacroAssembler::IncrementCounter(StatsCounter* counter, int value,
871 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value,
  /external/v8/src/x64/
macro-assembler-x64.h 698 // StatsCounter support
700 void SetCounter(StatsCounter* counter, int value);
701 void IncrementCounter(StatsCounter* counter, int value);
702 void DecrementCounter(StatsCounter* counter, int value);
    [all...]
macro-assembler-x64.cc     [all...]

Completed in 766 milliseconds