Record Class FieldForSpaceIndirect

java.lang.Object
java.lang.Record
ghidra.pcode.emu.jit.gen.FieldForSpaceIndirect
Record Components:
space - the address space of the state space to pre-fetch
All Implemented Interfaces:
FieldReq<Types.TRef<JitBytesPcodeExecutorStatePiece.JitBytesPcodeExecutorStateSpace>>, InstanceFieldReq<Types.TRef<JitBytesPcodeExecutorStatePiece.JitBytesPcodeExecutorStateSpace>>

A field request for a pre-fetched JitBytesPcodeExecutorStatePiece.JitBytesPcodeExecutorStateSpace

The field is used for indirect memory accesses. For those, the address space is given in the p-code, but the offset must be computed at run time. Thus, we can pre-fetch the state space, but not any particular page.