Home
last modified time | relevance | path

Searched refs:max_depth_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dbacktrace_helper.cc92 unwindstack::Unwinder* unwinder = UnwindHelper::Get(Thread::Current(), max_depth_)->Unwinder(); in Collect()
97 UnwindHelper::Get(Thread::Current(), max_depth_)->Reparse(&any_changed); in Collect()
124 CHECK_LT(num_frames_, max_depth_); in CollectImpl()
164 UNUSED(max_depth_);
H A Dbacktrace_helper.h33 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {} in BacktraceCollector()
49 const size_t max_depth_ = 0u; variable
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h2228 max_depth_(_max_depth),
2419 return Check(depth_ <= max_depth_ && num_tables_ <= max_tables_);
2449 uoffset_t max_depth_;