Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc161 } else if (IsPolymorphicSignature()) { in GetInvokeType()
408 bool ArtMethod::IsPolymorphicSignature() { in IsPolymorphicSignature() function in art::ArtMethod
Dart_method.h287 bool IsPolymorphicSignature() REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dnodes.cc3249 !method->IsPolymorphicSignature()) { in SetResolvedMethod()