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

  /external/vixl/test/
test-runner.cc 48 bool vixl::Test::instruction_stats_ = false; member in class:vixl::Test
test-runner.h 57 static bool instruction_stats() { return instruction_stats_; }
58 static void set_instruction_stats(bool value) { instruction_stats_ = value; }
77 static bool instruction_stats_; member in class:vixl::Test

Completed in 91 milliseconds