locals

val locals: EnumMap<L2Register.RegisterKind, MutableMap<Int, Int>>

The mapping of registers to locals, partitioned by kind.

The L2Registers used by the L2Chunk, mapped to their JVM local indices.