HomeSort by relevance Sort by last modified time
    Searched defs:max_stack_depth_ (Results 1 - 3 of 3) 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/runtime/gc/
allocation_record.h 300 size_t max_stack_depth_ = kDefaultAllocStackDepth; member in class:art::gc::AllocRecordObjectMap
  /art/cmdline/
cmdline_types.h 659 uint32_t max_stack_depth_; member in struct:art::TestProfilerOptions
672 max_stack_depth_(0) {
695 PRINT_TO_STREAM(max_stack_depth_);
839 &TestProfilerOptions::max_stack_depth_,

Completed in 153 milliseconds