Searched refs:IsResolutionMethod (Results 1 – 4 of 4) sorted by relevance
154 inline bool ArtMethod::IsResolutionMethod() { in IsResolutionMethod() function
626 bool IsResolutionMethod() REQUIRES_SHARED(Locks::mutator_lock_);
1977 if (!method.IsNative() && !method.IsResolutionMethod()) { in AddImageSpace()
3316 DCHECK(!method->IsResolutionMethod()) << method->PrettyMethod(); in GetQuickCode()