dump Chunk
Dump the chunk to disk for debugging. This is expected to be called directly from the Kotlin debugger, and should result in the production of three files: JVMChunk_«uuid».l1, JVMChunk_«uuid».l2, and JVMChunk_«uuid».class. This momentarily sets the JVMTranslator.debugJVM flag to true, but restores it to its original value on return.
NOTE: L2SimpleChunk currently does not dump anything.
Return
The base name, i.e., JVMChunk_«uuid», to allow location of the generated files.