referenceOf

From the given L2Instruction, extract the edge that indicates the L2 offset to capture as an Int in the second argument. The conversion of the edge to an int occurs very late, in translateToJVM, as does the decision about which registers should be captured in the register dump – and restored when the L2_ENTER_L2_CHUNK at the referenced edge's target is reached.

Return

The referenced edge.

Parameters

instruction

The instruction from which to extract the reference edge.