Home
last modified time | relevance | path

Searched defs:storeLocal (Results 1 – 2 of 2) sorted by relevance

/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DGeneratorAdapterTest.java318 String storeLocal = generator.storeLocal(local); in testStoreLocal() local
328 String storeLocal = generator.storeLocal(local, Type.INT_TYPE); in testStoreLocal_withType() local
953 public String storeLocal(final int local) { in storeLocal() method in GeneratorAdapterTest.Generator
958 public String storeLocal(final int local, final Type type) { in storeLocal() method in GeneratorAdapterTest.Generator
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DGeneratorAdapter.java608 public void storeLocal(final int local) { in storeLocal() method in GeneratorAdapter
619 public void storeLocal(final int local, final Type type) { in storeLocal() method in GeneratorAdapter