HomeSort by relevance Sort by last modified time
    Searched refs:StatsCounter (Results 1 - 14 of 14) 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/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/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/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 379 milliseconds