Decoded program blob components.
Constructor
Jar.JAVM.ProgramBlob.mk
Fields
code : ByteArray
Instruction code bytes.
bitmask : ByteArray
Opcode bitmask: bit i is set if byte i is an opcode position.
jumpTable : Array UInt32
Jump table: maps dynamic jump indices to code positions.