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

  /external/vixl/src/a64/
instrument-a64.h 50 Cumulative = 1 // Cumulative counters keep their value after reading.
instrument-a64.cc 87 {"Instruction", Cumulative},
167 VIXL_ASSERT(counter->type() == Cumulative);
  /external/chromium_org/v8/src/arm64/
instrument-arm64.h 29 Cumulative = 1 // Cumulative counters keep their value after reading.
instrument-arm64.cc 66 {"Instruction", Cumulative},
146 DCHECK(counter->type() == Cumulative);

Completed in 59 milliseconds