Package ghidra.pcode.emu.jit
Interface JitBytesPcodeExecutorState
- All Superinterfaces:
PcodeExecutorState<byte[]>
,PcodeExecutorStatePiece<byte[],
byte[]>
- All Known Implementing Classes:
JitDefaultBytesPcodeExecutorState
,JitThreadBytesPcodeExecutorState
The run-time executor state for the JIT-accelerated p-code emulator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.pcode.exec.PcodeExecutorStatePiece
PcodeExecutorStatePiece.Reason
-
Method Summary
Modifier and TypeMethodDescriptiongetForSpace
(AddressSpace space) For generated code to side-step the space lookupMethods inherited from interface ghidra.pcode.exec.PcodeExecutorState
fork, getAddressArithmetic, paired
Methods inherited from interface ghidra.pcode.exec.PcodeExecutorStatePiece
checkRange, clear, getArithmetic, getConcreteBuffer, getLanguage, getRegisterValues, getVar, getVar, getVar, getVar, getVar, quantizeOffset, setVar, setVar, setVar, setVar, setVar
-
Method Details
-
getForSpace
For generated code to side-step the space lookup- Parameters:
space
- the address space- Returns:
- the state space
-