Home
last modified time | relevance | path

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

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