OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opstring
(Results
1 - 1
of
1
) sorted by null
/external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java
65
String
opstring
= opcodes[opcode];
local
68
return
opstring
+ " " + iter.byteAt(pos + 1);
70
return
opstring
+ " " + iter.s16bitAt(pos + 1);
72
return
opstring
+ " " + ldc(pool, iter.byteAt(pos + 1));
75
return
opstring
+ " " + ldc(pool, iter.u16bitAt(pos + 1));
86
return
opstring
+ " " + iter.byteAt(pos + 1);
103
return
opstring
+ " " + (iter.s16bitAt(pos + 1) + pos);
105
return
opstring
+ " " + iter.byteAt(pos + 1);
108
return
opstring
+ " " + (iter.s16bitAt(pos + 1) + pos);
110
return
opstring
+ " " + iter.byteAt(pos + 1)
[
all
...]
Completed in 323 milliseconds