Package ghidra.pcode.emu.jit.alloc
package ghidra.pcode.emu.jit.alloc
-
ClassDescriptionThe handler used for a varnode requiring allocation of multiple integers, where those integers correspond exactly to the variable's legs.The handler for a p-code variable allocated in one JVM
double.The handler for a p-code variable allocated in one JVMfloat.The handler for anintp-code variable stored in part of a JVMint.The handler for anintp-code variable stored in part of a JVMlong.The handler for a p-code variable allocated in one JVMint.An allocated JVM localThe handler for anlongp-code variable stored in part of a JVMlong.The handler for a p-code variable allocated in one JVMlong.A dummy handler for values/variables that are not allocated in JVM localsThe handler used for a varnode requiring allocation of multiple integers, where those integers do not align to the variable's legs.A handler for p-code variables composed of a single JVM local variable.A handler for a p-code variable stored in part of a JVMlong.SubVarHandler<ST extends Types.BPrim<?>,SJT extends JitType.SimpleJitType<ST, SJT>, WT extends Types.BPrim<?>, WJT extends JitType.SimpleJitType<WT, WJT>> A handler to p-code variables stored in just a portion of a single JVM local variable.A handler that knows how to load and store variables' values from local storage.