Home
last modified time | relevance | path

Searched defs: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
886 Add templateInvoke = template.asAdd(); in buildInstruction() local
890 Mul templateInvoke = template.asMul(); in buildInstruction() local
894 Sub templateInvoke = template.asSub(); in buildInstruction() local
898 Div templateInvoke = template.asDiv(); in buildInstruction() local
902 Rem templateInvoke = template.asRem(); in buildInstruction() local