Class ContextCache
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.ContextCache
-
public class ContextCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContextCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getContext(ProcessorContextView ctx, int[] buf)
int
getContextSize()
void
registerVariable(Register register)
void
setContext(ProcessorContext ctx, Address addr, int num, int mask, int value)
-
-
-
Method Detail
-
registerVariable
public void registerVariable(Register register)
-
getContextSize
public int getContextSize()
-
getContext
public void getContext(ProcessorContextView ctx, int[] buf)
-
setContext
public void setContext(ProcessorContext ctx, Address addr, int num, int mask, int value)
-
-