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

  /art/runtime/verifier/
register_line.h 383 bool IsSetLockDepth(size_t reg, size_t depth) {
394 if (IsSetLockDepth(reg, depth)) {
register_line-inl.h 207 DCHECK(IsSetLockDepth(reg, depth));
register_line.cc 378 bool success = IsSetLockDepth(reg_idx, monitors_.size());
383 success = IsSetLockDepth(kVirtualNullRegister, monitors_.size());

Completed in 95 milliseconds