Class JitCompiledPassage.EntryPointPrototype

java.lang.Object
ghidra.pcode.emu.jit.gen.tgt.JitCompiledPassage.EntryPointPrototype
Enclosing interface:
JitCompiledPassage

public static class JitCompiledPassage.EntryPointPrototype extends Object
An entry point that is not yet bound to a specific thread
  • Constructor Details

    • EntryPointPrototype

      public EntryPointPrototype(JitCompiledPassageClass cls, int blockId)
      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