Searched defs:h_this (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc69 void Class::SetStatus(Handle<Class> h_this, Status new_status, Thread* self) { argument
70 Status old_status = h_this->GetStatus();
76 LOG(FATAL) << "Unexpected change back of class status for " << PrettyClass(h_this.Get())
81 CHECK_EQ(h_this->GetLockOwnerThreadId(), self->GetThreadId())
83 << PrettyClass(h_this.Get()) << " " << old_status << " -> " << new_status;
87 CHECK_NE(h_this->GetStatus(), kStatusError)
89 << PrettyClass(h_this.Get());
91 LOG(ERROR) << "Setting " << PrettyDescriptor(h_this.Get()) << " to erroneous.";
99 h_this->SetVerifyError(self->GetException());
103 h_this
150 ComputeName(Handle<Class> h_this) argument
1163 GetInnerClassFlags(Handle<Class> h_this, int32_t default_value) argument
[all...]

Completed in 64 milliseconds