Searched refs:getLocalRegister (Results 1 – 2 of 2) sorted by relevance
216 int register = getLocalRegister(node.index, type); in getLocalsToClose()244 int getLocalRegister(int index, Type type) { in getLocalRegister() method in JarState265 return getLocalForRegister(getLocalRegister(index, type)); in getLocal()269 return setLocalForRegister(getLocalRegister(index, type), type, info); in setLocal()389 int register = getLocalRegister(node.index, Type.getType(node.desc)); in recordStateForTarget()
300 int localRegister = state.getLocalRegister(local.index, localType); in buildPrelude()