localNumberFromRegister

fun localNumberFromRegister(register: L2Register): Int

Answer the JVM local number for this register. This is the position within the actual JVM stack frame layout.

Return

Its position in the JVM frame.

Parameters

register