Searched refs:concrete_method (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dverified_method.cc181 ArtMethod* concrete_method = nullptr; local
183 concrete_method = reg_type.GetClass()->FindVirtualMethodForInterface(
187 concrete_method = reg_type.GetClass()->FindVirtualMethodForVirtual(
190 if (concrete_method == nullptr || !concrete_method->IsInvokable()) {
191 // In cases where concrete_method is not found, or is not invokable, continue to the next
195 if (reg_type.IsPreciseReference() || concrete_method->IsFinal() ||
196 concrete_method->GetDeclaringClass()->IsFinal()) {
199 devirt_map_.Put(dex_pc, concrete_method->ToMethodReference());

Completed in 28 milliseconds