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_; } function in class:vixl::Test
  /external/vixl/test/aarch64/examples/
test-examples.cc 177 if (Test::instruction_stats()) { \
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc 66 simulator->SetInstructionStats(Test::instruction_stats());
81 if (Test::instruction_stats()) { \
86 if (Test::instruction_stats()) { \
    [all...]
test-assembler-aarch64.cc 118 simulator->SetInstructionStats(Test::instruction_stats()); \
138 if (Test::instruction_stats()) { \
143 if (Test::instruction_stats()) { \
    [all...]

Completed in 154 milliseconds