Home
last modified time | relevance | path

Searched refs:isInvokeMethod (Results 1 – 8 of 8) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokeMethod.java40 public boolean isInvokeMethod() { in isInvokeMethod() method in InvokeMethod
DInvoke.java62 if (template.isInvokeMethod()) { in createFromTemplate()
DInstruction.java753 public boolean isInvokeMethod() { in isInvokeMethod() method in Instruction
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java174 if (instruction.isInvokeMethod()) { in hashCode()
415 if (!instruction.isInvokeMethod()) { in canIncludeInstruction()
552 if (instruction.isInvokeMethod()) { in includeInstruction()
564 if (instruction.isInvokeMethod()) { in includeInstruction()
DMemberValuePropagation.java126 if (current.isInvokeMethod()) { in rewriteWithConstantValues()
DCodeRewriter.java694 if (current.isInvokeMethod()) { in rewriteMoveResult()
768 if (current.isInvokeMethod()) { in disableAssertions()
1338 if (current.isInvokeMethod()) {
1375 if (current.isInvokeMethod()) {
DInliner.java266 if (current.isInvokeMethod()) { in performInlining()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DLensCodeRewriter.java91 } else if (current.isInvokeMethod()) { in rewrite()