Searched refs:JSR (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DLabel.java265 if (opcode <= Opcodes.JSR) {
266 // changes IFEQ ... JSR to opcodes 202 to 217
H A DOpcodes.java261 int JSR = 168; // - field in interface:Opcodes
H A DMethodWriter.java455 // 1, //JSR, // -
818 } else if (opcode == Opcodes.JSR) {
835 * automatically replace GOTO with GOTO_W, JSR with JSR_W and IFxxx
842 } else if (opcode == Opcodes.JSR) {
1558 // 219 to IFEQ ... JSR (inclusive), IFNULL and
1571 || opcode == Opcodes.JSR)
1574 // replace this GOTO or JSR instruction with
1713 // and 219 to IFEQ ... JSR (inclusive), IFNULL and
1722 // replaces GOTO with GOTO_W, JSR with JSR_W and IFxxx
1729 } else if (opcode == Opcodes.JSR) {
[all...]

Completed in 46 milliseconds