Searched refs:reg_to_lock_depths_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dregister_line.h116 reg_to_lock_depths_ = src->reg_to_lock_depths_;
125 reg_to_lock_depths_.clear();
174 // TODO: DCHECK(reg_to_lock_depths_ == line2->reg_to_lock_depths_);
307 auto it = reg_to_lock_depths_.find(src);
308 if (it != reg_to_lock_depths_.end()) {
309 reg_to_lock_depths_.Put(dst, it->second);
314 auto it = reg_to_lock_depths_.find(reg);
315 if (it != reg_to_lock_depths_
370 AllocationTrackingSafeMap<uint32_t, uint32_t, kAllocatorTagVerifier> reg_to_lock_depths_; member in class:art::verifier::RegisterLine
[all...]
H A Dregister_line.cc388 } else if (reg_to_lock_depths_ != incoming_line->reg_to_lock_depths_) {
390 size_t depths = reg_to_lock_depths_.count(idx);
391 size_t incoming_depths = incoming_line->reg_to_lock_depths_.count(idx);
394 reg_to_lock_depths_.erase(idx);

Completed in 34 milliseconds