Searched refs:GetErroneousStateError (Results 1 – 4 of 4) sorted by relevance
49 ObjPtr<Throwable> GetErroneousStateError() REQUIRES_SHARED(Locks::mutator_lock_);
147 inline ObjPtr<Throwable> ClassExt::GetErroneousStateError() { in GetErroneousStateError() function
180 static ObjPtr<mirror::Object> GetErroneousStateError(ObjPtr<mirror::Class> c) in GetErroneousStateError() function186 return ext->GetErroneousStateError(); in GetErroneousStateError()201 ObjPtr<mirror::Object> obj = GetErroneousStateError(c); in HandleEarlierErroneousStateError()523 ObjPtr<mirror::Object> verify_error = GetErroneousStateError(c); in ThrowEarlierClassFailure()541 ObjPtr<mirror::Object> erroneous_state_error = GetErroneousStateError(c); in ThrowEarlierClassFailure()
1018 CHECK(ext.IsNull() || ext->GetErroneousStateError() == nullptr) << klass->PrettyClass(); in PruneImageClassInternal()