get Constant Code From
open override fun getConstantCodeFrom(instruction: L2Instruction): A_RawFunction?
Content copied to clipboard
Extract the constant A_RawFunction that's enclosed by the function produced or passed along by this instruction.
Return
The constant A_RawFunction extracted from the instruction, or null if unknown.
Parameters
instruction
The instruction to examine.