Home | Sort by relevance Sort by last modified time |
/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_, |