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

  /art/runtime/verifier/
register_line.h 113 reg_to_lock_depths_ = src->reg_to_lock_depths_;
123 reg_to_lock_depths_.clear();
163 // TODO: DCHECK(reg_to_lock_depths_ == line2->reg_to_lock_depths_);
299 SafeMap<uint32_t, uint32_t>::iterator it = reg_to_lock_depths_.find(src);
300 if (it != reg_to_lock_depths_.end()) {
301 reg_to_lock_depths_.Put(dst, it->second);
306 SafeMap<uint32_t, uint32_t>::iterator it = reg_to_lock_depths_.find(reg);
307 if (it != reg_to_lock_depths_.end())
358 SafeMap<uint32_t, uint32_t> reg_to_lock_depths_; member in namespace:art::verifier
    [all...]
register_line.cc 473 } else if (reg_to_lock_depths_ != incoming_line->reg_to_lock_depths_) {
475 size_t depths = reg_to_lock_depths_.count(idx);
476 size_t incoming_depths = incoming_line->reg_to_lock_depths_.count(idx);
479 reg_to_lock_depths_.erase(idx);

Completed in 28 milliseconds