Searched defs:localTarget (Results 1 – 3 of 3) sorted by relevance
70 private RegisterSpec localTarget; field in BaseMachine260 public final void localTarget(int idx, Type type, LocalItem local) { in localTarget() method in BaseMachine
204 public void localTarget(int idx, Type type, LocalItem local); in localTarget() method
307 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE); in run() local