Home
last modified time | relevance | path

Searched refs:max_stack_depth_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dprofiler_options.h54 max_stack_depth_(kDefaultMaxStackDepth) {} in ProfilerOptions()
75 max_stack_depth_(max_stack_depth) {} in ProfilerOptions()
114 return max_stack_depth_; in GetMaxStackDepth()
128 << ", max_stack_depth=" << po.max_stack_depth_;
153 uint32_t max_stack_depth_; variable
Druntime.cc1066 profiler_options.max_stack_depth_); in Init()
/art/cmdline/
Dcmdline_parser_test.cc43 lhs.max_stack_depth_ == rhs.max_stack_depth_; in operator ==()
479 opt.max_stack_depth_ = 1337u; in TEST_F()
Dcmdline_types.h648 uint32_t max_stack_depth_;
661 max_stack_depth_(0) {
684 PRINT_TO_STREAM(max_stack_depth_);
828 &TestProfilerOptions::max_stack_depth_,