Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method-inl.h146 inline bool ArtMethod::IsResolutionMethod() { in IsResolutionMethod() function
H A Dart_method.h612 bool IsResolutionMethod() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dclass_linker.cc1977 if (!method.IsNative() && !method.IsResolutionMethod()) { in AddImageSpace()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3208 DCHECK(!method->IsResolutionMethod()) << method->PrettyMethod(); in GetQuickCode()