Searched refs:initializedLocals (Results 1 – 1 of 1) sorted by relevance
260 Map<Integer, MoveType> initializedLocals = new HashMap<>(node.localVariables.size()); in buildPrelude() local269 initializedLocals.put(register, moveType(thisType)); in buildPrelude()276 initializedLocals.put(register, moveType); in buildPrelude()301 MoveType exitingLocalType = initializedLocals.get(localRegister); in buildPrelude()306 initializedLocals.put(localRegister, moveType(localType)); in buildPrelude()