Searched refs:JMP (Results 1 – 3 of 3) sorted by relevance
83 JMP(14), enumConstant490 if (mOpcode != Opcodes.JMP || mBytesImm == null) { in maybeUpdateBytesImm()493 + ":%s, mBytesImm: %s", Opcodes.JMP, in maybeUpdateBytesImm()
96 return append(new Instruction(Opcodes.JMP).setTargetLabel(target)); in addJump()103 return append(new Instruction(Opcodes.JMP).addUnsigned(0)); in addNop()
126 return append(new Instruction(Opcodes.JMP, Rbit1).addUnsigned(data.length) in addData()