Home
last modified time | relevance | path

Searched refs:GetErroneousStateError (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass_ext.h49 ObjPtr<Throwable> GetErroneousStateError() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_ext-inl.h147 inline ObjPtr<Throwable> ClassExt::GetErroneousStateError() { in GetErroneousStateError() function
/art/runtime/
Dclass_linker.cc180 static ObjPtr<mirror::Object> GetErroneousStateError(ObjPtr<mirror::Class> c) in GetErroneousStateError() function
186 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()
/art/dex2oat/linker/
Dimage_writer.cc1018 CHECK(ext.IsNull() || ext->GetErroneousStateError() == nullptr) << klass->PrettyClass(); in PruneImageClassInternal()