Lines Matching refs:Status
69 void Class::SetStatus(Handle<Class> h_this, Status new_status, Thread* self) {
70 Status old_status = h_this->GetStatus();
76 LOG(FATAL) << "Unexpected change back of class status for " << PrettyClass(h_this.Get())
82 << "Attempt to change status of class while not holding its lock: "
101 static_assert(sizeof(Status) == sizeof(uint32_t), "Size of status not equal to uint32");
113 // Classes that are being resolved or initialized need to notify waiters that the class status