JitDataFlowState

Package: ghidra.pcode.emu.jit.analysis
Type: class

12.0_PUBLIC

addedmethod: fork
ghidra.pcode.exec.PcodeExecutorState<ghidra.pcode.emu.jit.var.JitVal> fork(ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod: getVarInternal
ghidra.pcode.emu.jit.var.JitVal getVarInternal(ghidra.program.model.address.AddressSpace space, ghidra.pcode.emu.jit.var.JitVal offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod: setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, ghidra.pcode.emu.jit.var.JitVal offset, int size, ghidra.pcode.emu.jit.var.JitVal val)
addedmethod: streamPieces
java.util.stream.Stream<ghidra.pcode.exec.PcodeExecutorStatePiece<?,?>> streamPieces()
removedmethod: fork
ghidra.pcode.exec.PcodeExecutorState<ghidra.pcode.emu.jit.var.JitVal> fork()

11.3_PUBLIC

introducedInitial version