Lines Matching refs:pretty_object
1090 mirror::Object* pretty_object = nullptr; in DescribeWait() local
1100 pretty_object = monitor->GetObject(); in DescribeWait()
1104 pretty_object = thread->GetMonitorEnterObject(); in DescribeWait()
1105 if (pretty_object != nullptr) { in DescribeWait()
1106 lock_owner = pretty_object->GetLockOwnerThreadId(); in DescribeWait()
1111 if (pretty_object == nullptr) { in DescribeWait()
1114 if ((pretty_object->GetLockWord(true).GetState() == LockWord::kThinLocked) && in DescribeWait()
1119 reinterpret_cast<intptr_t>(pretty_object), in DescribeWait()
1120 PrettyTypeOf(pretty_object).c_str()); in DescribeWait()
1125 const std::string pretty_type(PrettyTypeOf(pretty_object)); in DescribeWait()
1126 os << wait_message << StringPrintf("<0x%08x> (a %s)", pretty_object->IdentityHashCode(), in DescribeWait()