Home
last modified time | relevance | path

Searched refs:IsSetLockDepth (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dregister_line.h394 bool IsSetLockDepth(size_t reg, size_t depth) { in IsSetLockDepth() function
405 if (IsSetLockDepth(reg, depth)) { in SetRegToLockDepth()
Dregister_line-inl.h211 DCHECK(IsSetLockDepth(reg, depth)); in ClearRegToLockDepth()
Dregister_line.cc380 bool success = IsSetLockDepth(reg_idx, monitors_.size()); in PopMonitor()
385 success = IsSetLockDepth(kVirtualNullRegister, monitors_.size()); in PopMonitor()