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

/art/runtime/
H A Dsubtype_check_info.h143 return depth_;
157 io.depth_ = depth;
200 io.depth_ = 0u;
218 child.depth_ = depth_ + 1u;
287 if (path_to_root.Length() == depth_) {
313 return GetBitString()[depth_];
322 *next = GetBitString()[depth_];
336 depth_ = depth;
339 DCHECK_GE(depth_, path_to_roo
486 size_t depth_; member in struct:art::SubtypeCheckInfo
[all...]
H A Dthread_pool_test.cc130 depth_(depth) {}
133 if (depth_ > 1) {
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
148 const int depth_; member in class:art::TreeTask
H A Dsubtype_check_info_test.cc136 cleared_copy.depth_ = sc.depth_;
H A Dthread.cc2468 if (depth_ < max_saved_frames_) {
2469 saved_frames_[depth_].first = m;
2470 saved_frames_[depth_].second = m->IsProxyMethod() ? dex::kDexNoIndex : GetDexPc();
2472 ++depth_;
2481 return depth_;
2489 uint32_t depth_ = 0; member in class:FetchStackTraceVisitor
H A Ddebugger.cc2447 depth_(0),
2458 if (depth_ >= start_frame_ + frame_count_) {
2461 if (depth_ >= start_frame_) {
2465 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location;
2469 ++depth_;
2474 size_t depth_; member in class:art::GetFrameVisitor
/art/openjdkjvmti/
H A Dti_stack.h93 depth_(static_cast<size_t>(depth)) { }
103 if (cnt_ == depth_) {
116 size_t depth_; member in struct:openjdkjvmti::FindFrameAtDepthVisitor
H A Dti_method.cc551 : result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {}
557 FindFrameAtDepthVisitor visitor(self, context.get(), depth_);
677 jint depth_; member in class:openjdkjvmti::CommonLocalVariableClosure
945 depth_(depth),
952 FindFrameAtDepthVisitor visitor(self, context.get(), depth_);
974 jint depth_; member in class:openjdkjvmti::GetLocalInstanceClosure
/art/compiler/debug/dwarf/
H A Ddebug_info_entry_writer.h64 depth_++;
71 DCHECK_GT(depth_, 0);
82 depth_--;
194 int Depth() const { return depth_; }
212 DCHECK_EQ(depth_, 0);
219 int depth_ = 0; member in class:art::dwarf::FINAL
/art/compiler/optimizing/
H A Dinliner.h58 depth_(depth),
290 const size_t depth_; member in class:art::HInliner
H A Dinliner.cc85 size_t count = depth_;
2040 depth_ + 1);

Completed in 782 milliseconds