Searched refs:IsResolutionMethod (Results 1 – 4 of 4) sorted by relevance
260 inline bool ArtMethod::IsResolutionMethod() { in IsResolutionMethod() function
551 bool IsResolutionMethod() SHARED_REQUIRES(Locks::mutator_lock_);
891 if (!method->IsNative() && !method->IsRuntimeMethod() && !method->IsResolutionMethod()) { in Visit()
2060 DCHECK(!method->IsResolutionMethod()) << PrettyMethod(method); in GetQuickCode()