Searched defs:newLocal (Results 1 – 4 of 4) sorted by relevance
187 LocalItem newLocal = sameLocals ? firstLocal : null; in resolveResultType() local
513 LocalItem newLocal in visitMoveInsn() local
119 protected int newLocal(final int size) { in newLocal() method in LocalVariablesSorter
228 public <T> Local<T> newLocal(TypeId<T> type) { in newLocal() method in Code