Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h260 inline bool ArtMethod::IsResolutionMethod() { in IsResolutionMethod() function
Dart_method.h551 bool IsResolutionMethod() SHARED_REQUIRES(Locks::mutator_lock_);
Dclass_linker.cc891 if (!method->IsNative() && !method->IsRuntimeMethod() && !method->IsResolutionMethod()) { in Visit()
/art/compiler/
Dimage_writer.cc2060 DCHECK(!method->IsResolutionMethod()) << PrettyMethod(method); in GetQuickCode()