Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime-inl.h67 CHECK(HasResolutionMethod()); in GetResolutionMethod()
H A Druntime.h428 bool HasResolutionMethod() const { in HasResolutionMethod() function
H A Druntime.cc2388 if (HasResolutionMethod()) { in VisitConstantRoots()
H A Dclass_linker.cc1189 DCHECK(!runtime->HasResolutionMethod()); in InitFromBootImage()