Searched defs:newLocal (Results 1 – 5 of 5) sorted by relevance
60 skvm::Coord newLocal = {x, y}; in program() local
151 final Object[] newLocal = new Object[Math.max(nLocal, variable) + 1]; in visitFrame() local
251 public int newLocal(final Type type) { in newLocal() method in LocalVariablesSorter
230 public <T> Local<T> newLocal(TypeId<T> type) { in newLocal() method in Code
935 public int newLocal(final Type type) { in newLocal() method in GeneratorAdapterTest.Generator