Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java230 setLocalForRegister(local.slot.register, local.slot.type, null); in closeLocals()
269 return setLocalForRegister(getLocalRegister(index, type), type, info); in setLocal()
272 private Local setLocalForRegister(int register, Type type, DebugLocalInfo info) { in setLocalForRegister() method in JarState