Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DPhi.java269 private MoveType computeOutType(Set<Phi> active) { in computeOutType() method in Phi
285 MoveType phiType = operand.asPhi().computeOutType(active); in computeOutType()
305 return computeOutType(new HashSet<>()); in outType()