Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h365 bool IsSetLockDepth(size_t reg, size_t depth) { in IsSetLockDepth() function
376 if (IsSetLockDepth(reg, depth)) { in SetRegToLockDepth()
390 DCHECK(IsSetLockDepth(reg, depth)); in ClearRegToLockDepth()
Dregister_line.cc378 bool success = IsSetLockDepth(reg_idx, monitors_.size()); in PopMonitor()
383 success = IsSetLockDepth(kVirtualNullRegister, monitors_.size()); in PopMonitor()