Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h289 inline bool ArtMethod::IsResolutionMethod() { in IsResolutionMethod() function
Dart_method.h437 bool IsResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dinstrumentation.cc102 if (!method->IsResolutionMethod()) { in UpdateEntrypoints()
/art/compiler/
Dimage_writer.cc1326 DCHECK(!method->IsResolutionMethod() && !method->IsImtConflictMethod() && in GetQuickCode()
/art/oatdump/
Doatdump.cc1817 method->IsResolutionMethod() || method->IsImtConflictMethod() || in DumpMethod()