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

  /art/runtime/verifier/
register_line.h 138 reg_to_lock_depths_ = src->reg_to_lock_depths_;
147 reg_to_lock_depths_.clear();
197 // TODO: DCHECK(reg_to_lock_depths_ == line2->reg_to_lock_depths_);
358 auto it = reg_to_lock_depths_.find(src);
359 if (it != reg_to_lock_depths_.end()) {
360 reg_to_lock_depths_.Put(dst, it->second);
365 auto it = reg_to_lock_depths_.find(reg);
366 if (it != reg_to_lock_depths_.end())
426 RegToLockDepthsMap reg_to_lock_depths_; member in class:art::verifier::RegisterLine
    [all...]
register_line.cc 150 for (auto& pairs : reg_to_lock_depths_) {
449 } else if (reg_to_lock_depths_ != incoming_line->reg_to_lock_depths_) {
451 size_t depths = reg_to_lock_depths_.count(idx);
452 size_t incoming_depths = incoming_line->reg_to_lock_depths_.count(idx);
472 reg_to_lock_depths_,
473 reg_to_lock_depths_) ||
475 incoming_line->reg_to_lock_depths_,
476 reg_to_lock_depths_)) {
486 reg_to_lock_depths_.erase(idx)
    [all...]
register_line-inl.h 188 reg_to_lock_depths_(std::less<uint32_t>(), verifier->GetArena().Adapter(kArenaAllocVerifier)),

Completed in 66 milliseconds