traceL2

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

executableChunk

The ExecutableChunk being executed.

offset

The current L2 offset.

description

A one-line textual description of this instruction.

firstReadOperandValue

The value of the first read operand.