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

  /external/vixl/test/
test-runner.h 55 static bool trace_branch() { return trace_branch_; }
56 static void set_trace_branch(bool value) { trace_branch_ = value; }
82 static bool trace_branch_; member in class:vixl::Test
test-runner.cc 44 bool vixl::Test::trace_branch_ = false; member in class:vixl::Test

Completed in 818 milliseconds