Home
last modified time | relevance | path

Searched refs:getInternalNames (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
DReflectorClassWriter.java520 private static String[] getInternalNames(final Class<?>[] types) { in getInternalNames() method in ReflectorClassWriter
557 ReflectorClassWriter.getInternalNames(method.getExceptionTypes()))); in BaseAdapter()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DGeneratorAdapter.java272 exceptions == null ? null : getInternalNames(exceptions))); in GeneratorAdapter()
281 private static String[] getInternalNames(final Type[] types) { in getInternalNames() method in GeneratorAdapter