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

  /art/runtime/
profiler_options.h 53 max_stack_depth_(kDefaultMaxStackDepth) {}
74 max_stack_depth_(max_stack_depth) {}
113 return max_stack_depth_;
127 << ", max_stack_depth=" << po.max_stack_depth_;
152 uint32_t max_stack_depth_; member in class:art::ProfilerOptions
parsed_options.cc 596 if (!ParseUnsignedInteger(option, ':', &profiler_options_.max_stack_depth_)) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 140 int MemoryRegionMap::max_stack_depth_ = 0; member in class:MemoryRegionMap
193 max_stack_depth_ = max(max_stack_depth_, max_stack_depth);
456 max_stack_depth_ > 0
458 max_stack_depth_, kStripFrames + 1)
memory_region_map.h 270 static int max_stack_depth_; member in class:MemoryRegionMap
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 141 int MemoryRegionMap::max_stack_depth_ = 0; member in class:MemoryRegionMap
201 max_stack_depth_ = max(max_stack_depth_, max_stack_depth);
590 max_stack_depth_ > 0
592 max_stack_depth_, kStripFrames + 1)
    [all...]
memory_region_map.h 294 static int max_stack_depth_; member in class:MemoryRegionMap

Completed in 66 milliseconds