Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java301 MoveType exitingLocalType = initializedLocals.get(localRegister); in buildPrelude() local
302 assert exitingLocalType == null || exitingLocalType == moveType(localType); in buildPrelude()
303 if (exitingLocalType == null) { in buildPrelude()