Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java98 buf[i] = makeChar(handles[i].getInstruction().getOpcode()); in reread()
118 return "" + makeChar(i); in mapName()
282 private static char makeChar( final short opcode ) { in makeChar() method in InstructionFinder
347 …map.put("lconst", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONS…
348 …map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONS…
349 …t("fconst", new String(new char[] { '(', makeChar(Const.FCONST_0), '|', makeChar(Const.FCONST_1), …
373 buf.append(makeChar(i)); in makeChar() method
387 buf.append(makeChar(i)); in precompile()
390 buf.append(makeChar(extra)); in precompile()