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

  /art/runtime/
profiler_options.h 54 max_stack_depth_(kDefaultMaxStackDepth) {}
75 max_stack_depth_(max_stack_depth) {}
114 return max_stack_depth_;
128 << ", max_stack_depth=" << po.max_stack_depth_;
153 uint32_t max_stack_depth_; member in class:art::ProfilerOptions
  /art/cmdline/
cmdline_types.h 648 uint32_t max_stack_depth_; member in struct:art::TestProfilerOptions
661 max_stack_depth_(0) {
684 PRINT_TO_STREAM(max_stack_depth_);
828 &TestProfilerOptions::max_stack_depth_,

Completed in 74 milliseconds