Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokeMethod.java26 return method == other.asInvokeMethod().getInvokedMethod(); in identicalNonValueParts()
31 return getInvokedMethod().slowCompareTo(other.asInvokeMethod().getInvokedMethod()); in compareNonValueParts()
45 public InvokeMethod asInvokeMethod() { in asInvokeMethod() method in InvokeMethod
DInvoke.java64 template.asInvokeMethod().getInvokedMethod(), in createFromTemplate()
DInstruction.java757 public InvokeMethod asInvokeMethod() { in asInvokeMethod() method in Instruction
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java176 hashPart += instruction.asInvokeMethod().getInvokedMethod().hashCode(); in hashCode()
274 builder.append(instruction.asInvokeMethod().getInvokedMethod().toSourceString()); in toString()
418 InvokeMethod invoke = instruction.asInvokeMethod(); in canIncludeInstruction()
527 InvokeMethod invoke = instruction.asInvokeMethod(); in includeInstruction()
554 .add(instruction.asInvokeMethod().getInvokedMethod().proto.parameters.values[i]); in includeInstruction()
567 instruction.asInvokeMethod().getInvokedMethod().proto.returnType); in includeInstruction()
DMemberValuePropagation.java127 InvokeMethod invoke = current.asInvokeMethod(); in rewriteWithConstantValues()
DCodeRewriter.java695 InvokeMethod invoke = current.asInvokeMethod(); in rewriteMoveResult()
769 InvokeMethod invoke = current.asInvokeMethod(); in disableAssertions()
1339 DexMethod invokedMethod = current.asInvokeMethod().getInvokedMethod();
1376 DexMethod invokedMethod = current.asInvokeMethod().getInvokedMethod();
DInliner.java267 InvokeMethod invoke = current.asInvokeMethod(); in performInlining()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DLensCodeRewriter.java92 InvokeMethod invoke = current.asInvokeMethod(); in rewrite()