Home
last modified time | relevance | path

Searched refs:depths (Results 1 – 5 of 5) sorted by relevance

/art/test/541-regression-inlined-deopt/
Dinfo.txt4 maps at the various inlining depths were similar.
/art/runtime/verifier/
Dregister_line-inl.h214 uint32_t depths = it->second ^ (1 << depth); in ClearRegToLockDepth() local
215 if (depths != 0) { in ClearRegToLockDepth()
216 it->second = depths; in ClearRegToLockDepth()
Dregister_line.h374 uint32_t depths = pair.second; in IterateRegToLockDepths() local
376 while (depths != 0) { in IterateRegToLockDepths()
377 if ((depths & 1) != 0) { in IterateRegToLockDepths()
380 depths >>= 1; in IterateRegToLockDepths()
Dregister_line.cc453 size_t depths = reg_to_lock_depths_.count(idx); in MergeRegisters() local
455 if (depths != incoming_depths) { in MergeRegisters()
482 << ": " << depths << " != " << incoming_depths << " in " in MergeRegisters()
489 } else if (depths > 0) { in MergeRegisters()
/art/openjdkjvmti/
Dti_stack.cc972 std::vector<uint32_t> depths; in GetOwnedMonitorStackDepthInfo() local
976 depths.push_back(visitor.stack_depths[i]); in GetOwnedMonitorStackDepthInfo()
993 static_cast<jint>(depths[i]) in GetOwnedMonitorStackDepthInfo()