Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java65 String opstring = opcodes[opcode]; in instructionString() local
68 return opstring + " " + iter.byteAt(pos + 1); in instructionString()
70 return opstring + " " + iter.s16bitAt(pos + 1); in instructionString()
72 return opstring + " " + ldc(pool, iter.byteAt(pos + 1)); in instructionString()
75 return opstring + " " + ldc(pool, iter.u16bitAt(pos + 1)); in instructionString()
86 return opstring + " " + iter.byteAt(pos + 1); in instructionString()
103 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()
105 return opstring + " " + iter.byteAt(pos + 1); in instructionString()
108 return opstring + " " + (iter.s16bitAt(pos + 1) + pos); in instructionString()
110 return opstring + " " + iter.byteAt(pos + 1); in instructionString()
[all …]