Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dsubtype_check_info.h143 return depth_; in GetDepth()
157 io.depth_ = depth; in Create()
200 io.depth_ = 0u; in CreateRoot()
218 child.depth_ = depth_ + 1u; in CreateChild()
287 if (path_to_root.Length() == depth_) { in GetState()
313 return GetBitString()[depth_]; in GetNext()
322 *next = GetBitString()[depth_]; in MaybeGetNext()
336 depth_ = depth; in SubtypeCheckInfo()
339 DCHECK_GE(depth_, path_to_root.Length()) in SubtypeCheckInfo()
366 io.depth_ = depth; in MakeUnchecked()
[all …]
Dthread_pool_test.cc130 depth_(depth) {} in TreeTask()
133 if (depth_ > 1) { in Run()
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
148 const int depth_; member in art::TreeTask
Dsubtype_check_info_test.cc136 cleared_copy.depth_ = sc.depth_; in CopyCleared()
Dthread.cc2671 if (depth_ < max_saved_frames_) { in VisitFrame()
2672 saved_frames_[depth_].first = m; in VisitFrame()
2673 saved_frames_[depth_].second = m->IsProxyMethod() ? dex::kDexNoIndex : GetDexPc(); in VisitFrame()
2675 ++depth_; in VisitFrame()
2684 return depth_; in GetDepth()
2692 uint32_t depth_ = 0; member in art::FetchStackTraceVisitor
/art/libelffile/dwarf/
Ddebug_info_entry_writer.h64 depth_++; in StartTag()
71 DCHECK_GT(depth_, 0); in EndTag()
82 depth_--; in EndTag()
194 int Depth() const { return depth_; } in Depth()
212 DCHECK_EQ(depth_, 0); in ~DebugInfoEntryWriter()
219 int depth_ = 0; variable
/art/openjdkjvmti/
Dti_stack.h95 depth_(static_cast<size_t>(depth)) { } in FindFrameAtDepthVisitor()
105 if (cnt_ == depth_) { in VisitFrame()
121 size_t depth_; member
Dti_method.cc530 : result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {} in CommonLocalVariableClosure()
538 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()
629 jint depth_; member in openjdkjvmti::CommonLocalVariableClosure
900 depth_(depth), in GetLocalInstanceClosure()
907 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()
929 jint depth_; member in openjdkjvmti::GetLocalInstanceClosure
/art/tools/dexanalyze/
Ddexanalyze_strings.cc196 new_node->depth_ = depth; in Add()
232 cost += depth_; in Savings()
237 first_used = cur->depth_; in Savings()
245 return count_ * (depth_ - first_used) - cost + extra_savings; in Savings()
327 uint32_t depth_ = 0u; member in art::dexanalyze::MatchTrie
370 if (node != nullptr && node->depth_ == str.length() && node->value_ != 0u) { in Build()
410 if (node->depth_ == length) { in Build()
412 best_length = node->depth_; in Build()
/art/compiler/optimizing/
Dinliner.h55 depth_(depth), in HOptimization()
286 const size_t depth_; variable
Dinliner.cc87 size_t count = depth_; in DepthString()
2101 depth_ + 1); in RunOptimizations()