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 110 reg_to_lock_depths_ = src->reg_to_lock_depths_;
120 reg_to_lock_depths_.clear();
160 // TODO: DCHECK(reg_to_lock_depths_ == line2->reg_to_lock_depths_);
296 auto it = reg_to_lock_depths_.find(src);
297 if (it != reg_to_lock_depths_.end()) {
298 reg_to_lock_depths_.Put(dst, it->second);
303 auto it = reg_to_lock_depths_.find(reg);
304 if (it != reg_to_lock_depths_.end())
358 AllocationTrackingSafeMap<uint32_t, uint32_t, kAllocatorTagVerifier> 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 1715 milliseconds