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

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

Completed in 58 milliseconds