Lines Matching full:opcode
126 int opcode, String signature) throws BadBytecode {
128 String methodName = getMethodName(opcode);
131 if (opcode == AALOAD) {
165 private String getMethodName(int opcode) {
167 switch (opcode) {
224 private String getLoadReplacementSignature(int opcode) throws BadBytecode {
225 switch (opcode) {
244 throw new BadBytecode(opcode);
247 private String getStoreReplacementSignature(int opcode) throws BadBytecode {
248 switch (opcode) {
267 throw new BadBytecode(opcode);