Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java883 Invoke templateInvoke = template.asInvoke(); in buildInstruction() local
884 newInstruction = Invoke.createFromTemplate(templateInvoke, outValue, inValues); in buildInstruction()
886 Add templateInvoke = template.asAdd(); in buildInstruction() local
888 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
890 Mul templateInvoke = template.asMul(); in buildInstruction() local
892 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
894 Sub templateInvoke = template.asSub(); in buildInstruction() local
896 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
898 Div templateInvoke = template.asDiv(); in buildInstruction() local
900 templateInvoke.getNumericType(), outValue, inValues.get(0), inValues.get(1)); in buildInstruction()
[all …]