Package ghidra.pcode.emu.jit.gen.tgt
Class JitCompiledPassage.EntryPointPrototype
java.lang.Object
ghidra.pcode.emu.jit.gen.tgt.JitCompiledPassage.EntryPointPrototype
- Enclosing interface:
JitCompiledPassage
An entry point that is not yet bound to a specific thread
-
Constructor Summary
ConstructorsConstructorDescriptionEntryPointPrototype(JitCompiledPassageClass cls, int blockId) Construct an entry prototype -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(JitPcodeThread thread) Create (or get) the entry point for the given threadbooleaninthashCode()toString()
-
Constructor Details
-
EntryPointPrototype
Construct an entry prototype- Parameters:
cls- the compiled passage class (i.e., passage not yet bound to a specific thread)blockId- the block at which to enter the passage
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
createInstance
Create (or get) the entry point for the given thread- Parameters:
thread- the thread to bind to the entry point- Returns:
- the resulting entry point
- See Also:
-