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

  /external/vixl/test/
test-runner.h 61 static bool instruction_stats() { return instruction_stats_; }
62 static void set_instruction_stats(bool value) { instruction_stats_ = value; }
85 static bool instruction_stats_; member in class:vixl::Test
test-runner.cc 53 bool vixl::Test::instruction_stats_ = false; member in class:vixl::Test
  /external/vixl/src/aarch64/
simulator-aarch64.cc 70 instruction_stats_ = false;
282 if (value != instruction_stats_) {
293 instruction_stats_ = value;
    [all...]
simulator-aarch64.h     [all...]

Completed in 665 milliseconds