Searched refs:depths (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dregister_line.h341 uint32_t depths = it->second ^ (1 << depth); local
342 if (depths != 0) {
343 it->second = depths;
H A Dregister_line.cc386 LOG(WARNING) << "mismatched stack depths (depth=" << MonitorStackDepth()
390 size_t depths = reg_to_lock_depths_.count(idx); local
392 if (depths != incoming_depths) {
393 if (depths == 0 || incoming_depths == 0) {
396 LOG(WARNING) << "mismatched stack depths for register v" << idx
397 << ": " << depths << " != " << incoming_depths;

Completed in 49 milliseconds