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

  /art/runtime/
backtrace_helper.h 28 : out_frames_(out_frames), max_depth_(max_depth), skip_count_(skip_count) {}
51 return state->num_frames_ >= state->max_depth_ ? _URC_END_OF_STACK : _URC_NO_REASON;
56 const size_t max_depth_ = 0u; member in class:art::BacktraceCollector
  /art/runtime/gc/
allocation_record.cc 193 max_depth_(max_depth),
199 if (trace_->GetDepth() >= max_depth_) {
212 const size_t max_depth_; member in class:art::gc::AllocRecordStackVisitor
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 1526 size_t max_depth_; member in class:flatbuffers::FLATBUFFERS_FINAL_CLASS
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 1620 size_t max_depth_; member in class:flatbuffers::FLATBUFFERS_FINAL_CLASS
    [all...]

Completed in 231 milliseconds