Home
last modified time | relevance | path

Searched refs:IsPolymorphicSignature (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method-inl.h124 return !IsPolymorphicSignature(); in CheckIncompatibleClassChange()
Dart_method.cc170 } else if (IsPolymorphicSignature()) { in GetInvokeType()
399 bool ArtMethod::IsPolymorphicSignature() { in IsPolymorphicSignature() function in art::ArtMethod
Dart_method.h317 bool IsPolymorphicSignature() REQUIRES_SHARED(Locks::mutator_lock_);