Package ghidra.pcode.emu.jit.gen.type
Interface MethodAccessGen
- All Superinterfaces:
TypedAccessGen
- All Known Implementing Classes:
IntReadGen,IntWriteGen,LongReadGen,LongWriteGen
A generator whose implementation is to emit invocations of a named method in
JitCompiledPassage.
This is needed by LoadOpGen and StoreOpGen.
-
Method Summary
Methods inherited from interface ghidra.pcode.emu.jit.gen.type.TypedAccessGen
generateCode
-
Method Details
-
chooseName
Choose the name of a method, e.g.JitCompiledPassage.readInt1(byte[], int)to use for the given variable size.- Parameters:
size- the size in bytes- Returns:
- the name of the method
-