Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokePolymorphic.java73 if (!other.isInvokePolymorphic()) { in identicalNonValueParts()
80 public boolean isInvokePolymorphic() { in isInvokePolymorphic() method in InvokePolymorphic
DInvoke.java65 template.isInvokePolymorphic() ? template.asInvokePolymorphic().getProto() : null, in createFromTemplate()
DInstruction.java825 public boolean isInvokePolymorphic() { in isInvokePolymorphic() method in Instruction