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