Searched refs:depths (Results 1 – 5 of 5) sorted by relevance
4 maps at the various inlining depths were similar.
214 uint32_t depths = it->second ^ (1 << depth); in ClearRegToLockDepth() local215 if (depths != 0) { in ClearRegToLockDepth()216 it->second = depths; in ClearRegToLockDepth()
374 uint32_t depths = pair.second; in IterateRegToLockDepths() local376 while (depths != 0) { in IterateRegToLockDepths()377 if ((depths & 1) != 0) { in IterateRegToLockDepths()380 depths >>= 1; in IterateRegToLockDepths()
453 size_t depths = reg_to_lock_depths_.count(idx); in MergeRegisters() local455 if (depths != incoming_depths) { in MergeRegisters()482 << ": " << depths << " != " << incoming_depths << " in " in MergeRegisters()489 } else if (depths > 0) { in MergeRegisters()
972 std::vector<uint32_t> depths; in GetOwnedMonitorStackDepthInfo() local976 depths.push_back(visitor.stack_depths[i]); in GetOwnedMonitorStackDepthInfo()993 static_cast<jint>(depths[i]) in GetOwnedMonitorStackDepthInfo()