trace L2
fun traceL2(executableChunk: ExecutableChunk, offset: Int, description: String, firstReadOperandValue: Any)
If JVMTranslator.callTraceL2AfterEveryInstruction was true during code generation, this method is invoked just prior to each L2 instruction.
Parameters
executable Chunk
The ExecutableChunk being executed.
offset
The current L2 offset.
description
A one-line textual description of this instruction.
first Read Operand Value
The value of the first read operand.